使用 apn_on_rails 记录 Apple 推送通知服务器的响应?

发布于 2024-10-03 20:16:03 字数 169 浏览 3 评论 0 原文

我正在使用 apn_on_rails 来处理我的 Rails 应用程序的推送通知,但我不知道如何查看Apple 服务器的响应是什么(用于调试目的)。

有什么想法如何做到这一点吗?

I'm using apn_on_rails to handle push notifications with my Rails app, but I'm not sure how to see what the response from Apple's servers are (for debugging purposes).

Any ideas how to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

三生一梦 2024-10-10 20:16:03

没有任何回复供您检查。 apn_on_rails 使用“简单”格式通过流式 TCP 套接字与 APN 进行通信 - 如果连接未断开,则假定成功。

多一点Apple 文档中

There is no response for you to inspect. apn_on_rails uses the "simple" format for communicating with APN over a streaming TCP socket -- if the connection is not severed, you assume success.

A little more here in Apple's docs.

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