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