Skip to content

Release 3.11.3

Choose a tag to compare

@emawby emawby released this 17 Oct 21:41
· 108 commits to main since this release
d20647d

Fixing swizzling of non OneSignal notifications on notification open

  • Fixing a swizzling issue where for non OneSignal notifications we were not forwarding notification opens to the app delegate's remoteNotificationReceived method.

Fixing an Xcode 14 warning related to a CLLocationManager API being used on the main thread

  • Running locationServicesEnabled on the main thread causes an Xcode warning in Xcode 14 about a potential UI holdup. This method will no longer be called on the main thread.

PRs included in this release

OneSignal/OneSignal-iOS-SDK#1120
OneSignal/OneSignal-iOS-SDK#1121
OneSignal/OneSignal-iOS-SDK#1122
OneSignal/OneSignal-iOS-SDK#1131
OneSignal/OneSignal-iOS-SDK#1132