Releases: OneSignal/OneSignal-iOS-SDK
Release 5.1.6
What's Changed
🐛 Bug Fixes
- [Bug] Some pending properties can be sent to new user, when users change quickly after the last updates are made (#1418)
- Fix crashes when encoding user models (#1412)
- Fix crash in
OneSignalAttachmentHandlertrimURLSpacingmethod (#1411) - Fix crash when handling a dialog result when stack traces point to
delayResult(#1417) - [Bug] Remove IAM window when an in app message is inactive (#1413)
Release 5.1.5
✨ In-App Message Enhancements
- The status bar will be hidden on full-bleed In-App Messages by @jennantilla in #1390
- Add back the dropshadow on In-App Messages and include a
plistoption to disable it by @emawby in #1395 - Add
plistoption to override and hide the gray overlay to In-App Messages by @jennantilla in #1396
OneSignal_in_app_message_hide_gray_overlay
Full Changelog: 5.1.4...5.1.5
Release 5.2.0-beta-01
🎉 Push to Start Live Activities
To use Push To Start Live Activities, see documentation on How to start a Live Activity with a remote push notification.
In addition, new function OneSignal.LiveActivities.setup has been created which allows OneSignal to manage the lifecycle of a LiveActivity on behalf of the application. This includes listening for both pushToStart token updates and pushToUpdate token updates. When using this method, the application does not need to listen for pushToStart token updates, the starting of a live activity, nor update token updates.
Release 5.1.4
What's Changed
🎉 New Features for Apple Privacy Requirements
- The XCFrameworks in this release is signed to help keep your apps secure
🐛 Bug Fixes
- Fix rare scenario where login requests are stuck and prevent the SDK from making updates (#1398)
Release 3.12.9
What's Changed
🎉 New Features for Apple Privacy Requirements
- Fixed and added more privacy manifests to all products in #1392
- The XCFrameworks in this release is signed to help keep your apps secure
Full Changelog: 3.12.8...3.12.9
Release 3.12.8
What's Changed
- Added privacy manifests in #1360
- The XCFrameworks in this release is signed to help keep your apps secure
Full Changelog: 3.12.7...3.12.8
Release 5.1.3
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 #1373
🐛 Bug Fixes & Misc Improvements
Release 5.1.2
🚧 Do not use 🚧
- Please use version 5.1.3 which includes the same changes
Release 5.1.1
🚧 Do not use 🚧
- Please use version 5.1.3 which includes the same changes
Release 5.1.0
What's Changed since 5.0.5
🎉 New Methods
- Add getter for
onesignalIdandexternalIdand aOSUserStateObserverto be notified of changes in #1344- See the User Namespace API Reference in the Migration Guide for usage
- Location sharing with OneSignal now defaults to
falsein #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