如何调试未收到 Apple 推送通知的问题?

发布于 2024-10-04 03:41:32 字数 306 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£冰雨忧蓝° 2024-10-11 03:41:32

如果应用程序正在运行,则不会显示通知。
您可以检查发送的错误响应。

Notifications are not displayed if the app is running.
You can check the error response of the sending.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文