我有时从我们的Firebase项目的http v1端点接收401。
我收到的错误消息是:
"error": {
"code": 401,
"message": "Auth error from APNS or Web Push Service",
"errors": [
{
"message": "Auth error from APNS or Web Push Service",
"domain": "global",
"reason": "unauthorized"
}
],
"status": "UNAUTHENTICATED"
}
}
这些显然仅在ios设备上发生,问题是正在通过某些消息,这意味着它一定不是APNS证书。
我想知道是否与某些设备上的应用程序的生产版本和开发版本有关?