为什么会发生 Parse 推送通知错误?
Why is the Parse push notification error occurring?
我正在尝试启用推送通知,但由于某种原因我收到了这个错误。通知被发送来解析,但不发送给用户。
最近 Apple 更改了 APNS 证书的工作方式 - 您会注意到新创建的推送证书的名称为 "Apple Push Services:" 而不是 "Apple Production IOS Push Services:"。显然 production certificates can be used for Sandbox and Production now: "Establish connectivity between your notification server, the Apple Push Notification service sandbox, and production environments to deliver remote notifications to your app."
我不确定他们需要在 Parse 的后端更改多少,但我注意到上次尝试时添加到 AWS SNS 对我不起作用。
我正在尝试启用推送通知,但由于某种原因我收到了这个错误。通知被发送来解析,但不发送给用户。
最近 Apple 更改了 APNS 证书的工作方式 - 您会注意到新创建的推送证书的名称为 "Apple Push Services:" 而不是 "Apple Production IOS Push Services:"。显然 production certificates can be used for Sandbox and Production now: "Establish connectivity between your notification server, the Apple Push Notification service sandbox, and production environments to deliver remote notifications to your app."
我不确定他们需要在 Parse 的后端更改多少,但我注意到上次尝试时添加到 AWS SNS 对我不起作用。