OneSignal-iOS-SDK
OneSignal-iOS-SDK copied to clipboard
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
### What happened? App crashed on start ### Steps to reproduce? ```Markdown Can't reproduce it myself, the crash comes from Crashlytics in AppStore build ``` ### What did you expect...
### What happened? pod 'OneSignal/OneSignal', '5.1.3' OneSignal crashed at [OneSignalNotificationsUNUserNotificationCenter onesignalRequestAuthorizationWithOptions:completionHandler:] when I registered two Push SDKs. Integration Code ``` - (void)registOneSignalNotifcation:(NSDictionary *)launchOptions { // Remove this method to stop...
# Description ## One Line Summary Update SDK to support Live Activities PushToStart ## Details Starting with iOS 17.2, Live Activities can now be started via push notification ([Apple's documentation](https://developer.apple.com/documentation/activitykit/starting-and-updating-live-activities-with-activitykit-push-notifications#Start-new-Live-Activities-with-ActivityKit-push-notifications))....
### What happened? Thead Performance Checker warning when calling OneSignal.initialize (OneSignalXCFramework 5.1.0) ### Steps to reproduce? ```Markdown - Enable Thread Performance Checker in schemes - Run OneSignal.initialize ``` ### What...
This change is [](https://reviewable.io/reviews/OneSignal/OneSignal-iOS-SDK/1391)
# READ AND DELETE THIS SECTION BEFORE SUBMITTING PR * **Fill out each _REQUIRED_ section** * **Fill out _OPTIONAL_ sections, remove section if it doesn't apply to your PR** *...
### What happened? Release 5.2.0 build breaks for Mac Capacitor apps since there is no way to remove OneSignalLiveActivities. ### Steps to reproduce? ```Markdown Install OneSignal 5.2.0 with OneSignalXCFramework 5.2.0...
### What happened? I'm seeing reports of a subset of my users crashing when logging a OneSignal in-app message impression. This is a re-opening of #937 ### Steps to reproduce?...
### What happened? With the in house production build onesignal displaying 'APNS Delegate never fired' status. This happen suddenly after we deployed new version. In previous version its working fine....
### What happened? The app's main thread hanged for more than 3 seconds due to usage of synchronous deprecated API [applicationIconBadgeNumber](https://developer.apple.com/documentation/uikit/uiapplication/1622918-applicationiconbadgenumber). ### Steps to reproduce? ```Markdown Can not be reliably...