OneSignal-iOS-SDK icon indicating copy to clipboard operation
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

Results 129 OneSignal-iOS-SDK issues
Sort by recently updated
recently updated
newest added

- we were always calling the `successBlock` after making the request to set external user ID - which means we call the `successBlock` even when the backend doesn't set it...

This change is [](https://reviewable.io/reviews/onesignal/onesignal-ios-sdk/938)

Fix provision detection when path to provision file contains spaces We use multiple schemas in our app and their names contain spaces, therefore build artefacts directories names contain spaces as...

* We want to register as soon as we get a push token without delaying. * The network optimization noted in the deleted comment is a very small and has...

This is a feature request to allow developers to opt in to use a proxy server as OneSignal api base url. It happen that OneSignal domains are blocked in some...

## Issue If Background Modes are off under Xcode > Capabilities AND iOS "Enable iOS 12 Direct To History" is enabled on the OneSignal dashboard settings the player will be...

WIP

This change is [](https://reviewable.io/reviews/onesignal/onesignal-ios-sdk/189)

Hi, Installed using cocoapods with`pod 'OneSignal', '~> 2.0'`, which installed version `2.5.2`. This broke my unit tests. The tests themselves complete, but then crashes in the end. ``` *** Assertion...

Medium Priority
Bug

**Description:** Both Sentry and Crashlytics are warning this error for some users, we are trying to figure out about that but we have no more idea how to investigate this....

Possible Bug

**Description:** Running iOS Simulator works (after excluding 'arm64' for for 'Any iOS Simulator SDK'.) in Xcode 12. Working code was untouched from Xcode 11.7. But **Archiving** in xcode 12 results...

Possible Bug
Non-Reproducible