测试聊天推送通知时出现 BadDeviceToken 错误
BadDeviceToken error when testing chat push notification
知道我们可能会遇到什么错误吗?
我们通过 CLI 配置了 APN:
APN: Enabled
APN - Host: https://api.push.apple.com
APN – Auth Type: TOKEN
APN – Key ID: *********
APN – Notification Template {...}
但在测试时出现以下错误:
apn: publishing the message failed with error: BadDeviceToken
错误还显示了我的设备 ID。我怎样才能确保它是正确的?
发现问题:只需确保您的 APNs 开发端点是正确的。在我们的例子中,我们必须选择 "Development"
知道我们可能会遇到什么错误吗?
我们通过 CLI 配置了 APN:
APN: Enabled
APN - Host: https://api.push.apple.com
APN – Auth Type: TOKEN
APN – Key ID: *********
APN – Notification Template {...}
但在测试时出现以下错误:
apn: publishing the message failed with error: BadDeviceToken
错误还显示了我的设备 ID。我怎样才能确保它是正确的?
发现问题:只需确保您的 APNs 开发端点是正确的。在我们的例子中,我们必须选择 "Development"