Post

Replies

Boosts

Views

Activity

Auth error from APNS or Web Push Service
I have an application released on the App store, but sometimes it doesn't receive notifications, and I get this error at the sender end. [2022-11-30 18:49:44] local.DEBUG: notification updateOrder response #211 :: { "error": { "code": 401, "message": "Auth error from APNS or Web Push Service", "status": "UNAUTHENTICATED", "details": [ { "@type": "type.googleapis.com/google.firebase.fcm.v1.FcmError", "errorCode": "THIRD_PARTY_AUTH_ERROR" }, { "@type": "type.googleapis.com/google.firebase.fcm.v1.ApnsError", "statusCode": 403, "reason": "InvalidProviderToken" } ] } } I have the App Store ID, Bundle ID, Team ID, in the firebase project, and the fact that most of the time I'm able to receive notifications make the issue harder to detect, so what is the issue here? and what should I check? Thanks
1
1
3.2k
Dec ’22