Can't Send Push notifications to iOS

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all): ios

I’m having some very strange issues with push notifications on iOS with my stand alone build.
I’ve publised & built my app multiple times using expo build:ios -c (allowing expo to handle all credentials)
And each time when i test notifications i get the following error:

“The Apple Push Notification service failed to send the notification (reason: InvalidProviderToken, status code: 403). Read Apple’s docs about "Communicating with APNs" to learn what this error means.”

If I however change just the slug in my project to something else. and then publish and build (to the same app identifier) my notifications work fine. I can’t for the life of me work out what’s going on? Anyone have. any ideas?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.