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? I was working on building a new Ionic + Capacitor iOS app to help one of our users [solve a problem](). After getting an app running, I...
### What happened? After updating OneSignal to 3.11.2, app started to crash on startup on both physical devices and simulators. It looks like method swizzling is causing an infinite loop...
**Description:** I run pod install as i'm doing on my old mac but getting error on M1 machine but working fine on my old mac i also tried all given...
### How can we help? Using OneSignal iOS SDK v3.11.2. We are setting `externalUserId` for a user when logged in and removing it on logout. We are using MixPanel -...
### What happened? The problem is with handling push notifications that contain images. We have `UNNotificationServiceExtension` implemented and the problem occurs because we have two different push-sending services (Optimove and...
**Description:** We currently have a problem with the iOS sdk, because the sdk does not generate a new player id after an app reinstall. We are using the latest SDK...
# Description ## One Line Summary Add the `OneSignal-Subscription-Id` header to Create User requests. ## Details ### Motivation - This was an ask of the SDK to support improved `last_active`...
# Description ## One Line Summary **REQUIRED** - Very short description that summaries the changes in this PR. ## Details ### Motivation **REQUIRED -** Why is this code change being...
# Description ## One Line Summary Change `OSPushSubscriptionState`'s json representation to have values of `""` (empty string) instead of `"nil"` (a string literal of `nil`). ## Details ### Motivation *...
# Description ## One Line Summary Rename an internal method `setSharedInstance` to `setSharedOSDialogInstance` due to App Store Connect rejecting builds with the previous method name. ## Details * App Store...