AppInvalidCredentials: Could not find APNs credentials for app. You may need to generate or upload new push credentials.

SDK Version: 40
Platforms: iOS
Build package with: Turtle CLI

Hi, I Created ipa and apk with turtle and tried to send notification via expo notification. On android notification is working fine, but in case of iOS getting : AppInvalidCredentials: Could not find APNs credentials for app. You may need to generate or upload new push credentials. in Push notifications tool while trying to send push notification.

So, I created APN key? Still Push notifications tool shows the same error.

Help is appreciated.

[Solved]

  1. Create Apple Push Notification Key in Apple Developer Account and download
  2. Set it to expo project:
  • Run command expo credentials:manager
  • Select ios option
  • Select Add new Push Notifications Key option
  • Select I want to upload my own file
  • Enter path to p8 file
  • And you’re done!

Thanks for update and quick reply. I’ll be sure to keep an eye on this thread. I am looking for the same issue.

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