Skip to content

Releases: OneSignal/OneSignal-XCFramework

Release 3.2.3

06 Mar 01:05
925a35d
Compare
Choose a tag to compare

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 as CodeableData #894

This release corresponds to OneSignal-iOS-SDK release 3.2.3

Release 3.2.2

03 Mar 03:06
5879f8c
Compare
Choose a tag to compare

Release 3.2.1

16 Feb 23:16
f4a5a4e
Compare
Choose a tag to compare

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

12 Feb 23:20
79950ee
Compare
Choose a tag to compare

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

22 Jan 20:09
099d161
Compare
Choose a tag to compare

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