Release 5.1.3
·
25 commits
to major_release_5.0.0
since this release
What's Changed
⚠️ Behavior Changes
- When you call the
jsonRepresentationmethod ofOSPushSubscriptionState, if a property is null, the value will now be""instead of the string literal"nil"in OneSignal/OneSignal-iOS-SDK#1373
🐛 Bug Fixes & Misc Improvements
- Rename internal method that was called
setSharedInstanceto workaround false App Store flagging in OneSignal/OneSignal-iOS-SDK#1375 - Improve Swift concurrency safety to address crash reports in production OneSignal/OneSignal-iOS-SDK#1376
- For our server: Add
OneSignal-Subscription-Idto Create User request which improves last_active data in OneSignal/OneSignal-iOS-SDK#1372