Releases: OneSignal/OneSignal-XCFramework
Releases · OneSignal/OneSignal-XCFramework
Release 5.2.8
🐛 Bug Fixes
- Fix [__NSPlaceholderDictionary initWithObjects:forKeys:count:] crashes caused by nil HTTPResponse headers (OneSignal/OneSignal-iOS-SDK#1518)
✨ Improvements
- Include debug symbols (dSYM) in the SDK (OneSignal/OneSignal-iOS-SDK#1519)
Release 5.2.7
🔧 Maintenance
- For our server only: Update a header value when the SDK fetches in-app messages OneSignal/OneSignal-iOS-SDK#1509
Release 5.2.6
✨ Improvements
- Don't use cached in-app messages if the SDK encounters an error fetching them or when the server returns none (OneSignal/OneSignal-iOS-SDK#1499)
- Improve segment membership calculation that allows for fetching more accurate and updated in-app messages for a user (OneSignal/OneSignal-iOS-SDK#1486)
- Fixed typo in verbose logging from 'occured' to 'occurred' (OneSignal/OneSignal-iOS-SDK#1500)
Release 3.12.10
🔧 Maintenance
- [3.x.x] Replace deprecated openURL method preventing launch URLs OneSignal/OneSignal-iOS-SDK#1493
✨ Improvements
- [3.x.x] Privacy manifests - User Defaults API reason to include app groups OneSignal/OneSignal-iOS-SDK#1494
Release 5.3.0-beta-01
🎉 Identity Verification Support
This beta release introduces Identity Verification support for the iOS user model SDK.
To get started with using Identity Verification, please contact [email protected] to enable this feature for your app. Please see documentation on Identity Verification.
We appreciate your experience and feedback using this beta version!
🚧 Beta release. Please test thoroughly prior to production use 🚧
- It is recommended to test this beta version with a new iOS-only app, as Identity Verification is not yet supported on the OneSignal Android and Web SDKs.
- Enabling Identity Verification in the dashboard will affect all existing app installations using the OneSignal user model SDKs.
- Please test thoroughly prior to production use, and reach out with any questions, feedback, or concerns.
⛔️ Limitations and Known Issues
- While emails and sms numbers can be added using the SDK, removing them is not yet supported.
- Live Activities is not yet supported.
Release 5.2.5
✨ Improvements
- Pausing IAMs dismisses any currently showing IAM (#1480)
Release 5.2.4
✨ Improvements
- [Fix] Handle incorrect
404
by delaying making updates to new users or subscriptions (#1470)
Release 5.2.3
Release 5.2.2
🐛 Bug Fixes
- Prevent In-App Message request crashes by making null values safe OneSignal/OneSignal-iOS-SDK#1457
- Add Dispatch Queues to all executors to prevent concurrency crashes OneSignal/OneSignal-iOS-SDK#1454
- Fix clearing notifications incorrectly such as when pulling down the notification center OneSignal/OneSignal-iOS-SDK#1451
Release 5.2.1
🐛 Bug Fixes
- Fix warning about decoding a boolean (OneSignal/OneSignal-iOS-SDK#1436)
- Fix a purchases bug for the amount spent (OneSignal/OneSignal-iOS-SDK#1444)
- Fix a build issue for mac catalyst (OneSignal/OneSignal-iOS-SDK#1446)
- Fix crash when IAM window fails to load by using the main thread (OneSignal/OneSignal-iOS-SDK#1447)
🔧 Maintenance
- Network call optimizations: Combine user property updates for network call improvements (OneSignal/OneSignal-iOS-SDK#1444)