B4J Question Apple-push THIRD_PARTY_AUTH_ERROR"

schimanski

Well-Known Member
Licensed User
Longtime User
Since s few days, we have a problem with the apple-push service. At first we thought it was a problem with iOS 18, but iOS 17 devices are suddenly no longer being pushed either. The code has remained unchanged:


B4X:
2024-10-09 07:03:41.042 [PushServer] INFO - 1 IOS-Geraete werden gepusht!
ResponseError. Reason: , Response: {
  "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"
      }
    ]
  }
}

Thanks for help.
 
Last edited:

schimanski

Well-Known Member
Licensed User
Longtime User
This error happens when you send a message with the B4J sending tool?

Are you using latest version of sending tool?

Yes, i do.

Maybe the certificate has expired?

Yes, I think that's true. The push certificate has not expired, but I just noticed that it is no longer included in the app ID configuration. I can't explain it at first. Thank you for the support.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…