如何调试未收到 Apple 推送通知的问题?
我正在使用 apn_on_rails 将 Apple 的推送通知与我的服务集成。
有一段时间,通知发送似乎没有问题。但现在通知似乎无法发送到人们的 iPhone/iPad 上。
根据我们的数据库,正在发送通知(apn_on_rails
有一个 sent_at
字段,该字段会在发送通知时更新)。但没有人(包括我自己)真正收到通知。
有什么想法可以从哪里开始调试这个吗?
I'm using apn_on_rails to integrate Apple's Push Notifications with my service.
For a while, notifications seemed to be sent without issue. But now the notifications don't seem to be making it to people's iPhones/iPads.
According to our database, the notifications are being sent (apn_on_rails
has a sent_at
field that gets updated when the notification is sent). But no one (myself included) actually get the notifications.
Any ideas where to even start looking to debug this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果应用程序正在运行,则不会显示通知。
您可以检查发送的错误响应。
Notifications are not displayed if the app is running.
You can check the error response of the sending.