1

I'm trying to send a message using APN over firebase and get the following message:

{"code":"messaging/third-party-auth-error","message":"Auth error from APNS or Web Push Service"}

How can I get the APNS error listed here: https://firebase.google.com/docs/reference/fcm/rest/v1/ApnsError? I'm using the firebase-admin npm package.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
MarcS82
  • 2,065
  • 7
  • 29
  • 46

2 Answers2

0

Try to check your bundle identifiers in XCode and Firebase - it could be the simplest problem.

Follow this one answer to find the issue

Feel free to ask anything :3

0

For me it meant that I have to renew APNS certificates in Firebase Console:

enter image description here

Kirill Groshkov
  • 1,535
  • 1
  • 22
  • 23