IOS push notification permission status undetermined

Well … you can try generating the credentials manually, i’ts actually not that complicated.

You need:

  1. Distribution Certificate (.p12 file => https://docs.expo.io/versions/latest/distribution/building-standalone-apps/#if-you-choose-to-build-for-ios) (Remember to put a password on the .p12 file!!)

  2. Push Notifications Key (.p8 file - You can generate it on Apple Developers console, but you can only download it once, at creation time)

  3. Provisioning Profile (.mobileprovision file - You can generate it on Apple Developers console, check for Push Notifications Service Enabled)

Then run expo build:ios --clear-credentials and upload your credentials manually :slight_smile:

5 Likes