Releases: OneSignal/OneSignal-XCFramework
Releases · OneSignal/OneSignal-XCFramework
Release 3.2.3
Fixing NSUserDefaults crash when trying to clear 6 month old In App Messages
- Fixing crash when trying to save the list of redisplay IAMs to
NSUserDefaults
as a dictionary instead of asCodeableData
#894
This release corresponds to OneSignal-iOS-SDK release 3.2.3
Release 3.2.2
Release 3.2.1
Fixing reversed logic for Suppress Launch URLs
Setting OneSignal_suppress_launch_urls
in your plist to true will now properly suppress launch URLs #882
Corresponds to OneSignal-iOS-SDK release 3.2.1
Release 3.2.0
iOS Launch URLs can now be suppressed entirely and handled outside of OneSignal
- A new plist option
OneSignal_suppress_launch_urls
can be added to prevent OneSignal from opening launch URLs so that they can be handled by applications separately
Fixing XCFramework build issue for Arm simulators on Apple Silicon macs
- The OneSignal XCFramework will now build for both intel and Arm simulators on Apple Silicon macs
Fix Firebase FCM conflict for non-OneSignal notifications
- OneSignal will now properly forward non-OneSignal notifications to Firebase
Based on OneSignal-iOS-SDK release 3.2.0
3.1.1 Release
Location Tracking Fixes
- Fixing locations not updating in both the Foreground and the Background #856 #859
Fixing Subscription Observer firing multiple times on launch
- The Subscription Observer will now only fire once on new installs. #853
Fixing Content-Available notifications firing Notification Opened Handler when in the Foreground
- The Notification Opened Handler will no longer fire for silent notifications when the app is foregrounded #842
No longer sending unused device id when registering users
- No longer sending device id when registering a user #849