[solved] Push notifications problem for iOS: InvalidCredentials: The APNs credentials must specify (key, keyId, teamId)...

Please provide the following:

  1. SDK Version: 43
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

For one TokenID:
InvalidCredentials: The APNs credentials must specify (key, keyId, teamId) but did not define the necessary fields. You must clear your push credentials and regenerate or upload new ones.

For second:
{“data”:[{“status”:“error”,“message”:“There was an unexpected error delivering the notification. Try again.”,“details”:{“error”:“ExpoError”,“fault”:“expo”}}]}

Android build works very fine! Could you help me with that?
All credentials; p8 push certificate, p12 certificate, Profile - all present in panel. Tried, uploaded many times.

Thanks!
Radek

Solution: web-manager has disabled TeamID setting during upload of p8 file (push certificate). Remove certificates there, and add it through console, where you will be able to upload file, set KeyID and TeamID. And everything works fine!

Someone: Thanks for help!
Radek: no problem!

Updated to SDK version: 44. No luck :frowning:

In console, I saw, that:
Select credentials from list » - Use arrow-keys. Return to submit.

Push Notifications Key (Key ID: ***************, Team ID: undefined)
used by …
:question: Validity of this certificate on Apple’s servers is unknown.

Maybe it will clarify the problem for you. Team ID: is undefined…

Fixed.

I’m glad you figured it out :slight_smile:

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