Search code examples
iosiphoneapple-push-notificationsios11pushwoosh

iOS 11 Push notifications do not work with PushWoosh


I have a question regarding iOS 11 Push notifications.

Our app doesn’t receive Push notification after the update to iOS 11. It was working fine in iOS 10.

The provisioning files, code signs, and environment for distribution (App Store, TestFlight) have not changed.

Could you let me know what else we can check?


Solution

  • If you are using the PushWoosh iOS SDK, you will need to upgrade to v5.3.7 or higher for iOS 11 compatibility. If using Cordova (PhoneGap), upgrade your plugin to v7.0.7 or higher.

    iOS major version releases involve APNS architectural breaking changes and PushWoosh SDKs and plugins must be upgraded accordingly. This was the case with at least iOS 10 and 11 now. Expect more of the same for iOS 12 one day.