Auroras-live / issues

Issue tracker for Auroras.live (including mobile, web and watch apps)
1 stars 0 forks source link

Push notifications don't work for free iOS app #15

Closed Grayda closed 7 years ago

Grayda commented 7 years ago

Due to the way Apple does push notifications, you can't use one push notification certificate for multiple apps. This can be resolved in Ionic platform without changes to the app, so I'm in the process of resolving this now.

Grayda commented 7 years ago

Closing, as the issue has been resolved. Turns out there were two issues:

  1. Ionic Platform had the Apple Push Notification certificate for the paid version, but not the free version. A new security profile was created with the free certificate and the relevant API code updated to use the new profile.
  2. A bug in the API meant that push notifications weren't being sent to newer versions of the app. The relevant checks have been added and push notifications are now working for all platforms (confirmed on Android with Free and Paid, and on iOS, Free version)