OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
When you call the jsonRepresentation method of OSPushSubscriptionState, if a property is null, the value will now be "" instead of the string literal "nil"#1373
🐛 Bug Fixes & Misc Improvements
Rename internal method that was called setSharedInstance to workaround false App Store flagging #1375
Improve Swift concurrency safety to address crash reports in production #1376
For our server: Add OneSignal-Subscription-Id to Create User request which improves last_active data #1372
What's Changed
⚠️ Behavior Changes
jsonRepresentation
method ofOSPushSubscriptionState
, if a property is null, the value will now be""
instead of the string literal"nil"
#1373🐛 Bug Fixes & Misc Improvements
setSharedInstance
to workaround false App Store flagging #1375OneSignal-Subscription-Id
to Create User request which improveslast_active
data #1372This change is