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:
Thanks for help.
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: