What's Changed since 5.0.5
🎉 New Methods
- Add getter for
onesignalId
andexternalId
and aOSUserStateObserver
to be notified of changes in #1344- See the User Namespace API Reference in the Migration Guide for usage
⚠️ Behavior Changes ⚠️
- Location sharing with OneSignal now defaults to
false
in #1352- You will need to explicitly enable location sharing with OneSignal with
OneSignal.Location.isShared = true
(in Swift) or[OneSignal.Location setShared:true]
(in Obj-C)
- You will need to explicitly enable location sharing with OneSignal with
🐛 Bug Fixes & Misc Improvements
- For our server: Add refresh_device_metadata to create user so country / IP can be set #1339