苹果推送云提供商服务器测试

发布于 2024-10-25 03:19:45 字数 336 浏览 1 评论 0原文


我必须设置推送云通知服务器。我决定使用: http://pypi.python.org/pypi/pyapns/

我的问题是,如果我没有连接到服务器的应用程序,如何测试服务器?是否有任何可以显示推送通知的示例应用程序或服务?我只想使用某种脚本发送有效负载,然后查看发送是否成功。人们如何调试这些东西?没有任何类型的虚拟环境可以完成此类任务吗?

我确实有应用程序的证书和 ID,但没有应用程序本身,因为其他人正在制作它。我没有使用 MAC,也没有 iOS 设备。我确实阅读了苹果的文档。

I have to set up push cloud notification server. I decided to use: http://pypi.python.org/pypi/pyapns/

The question that i have is how to test the server if i don't have an app which will be connected to the server? Is there any sample apps or services that would display the push notification? I just want to send payload using some sort of script and see if sending is successful or not. How people debug such things? Aren't there any kind of virtual env for such tasks?

I do have certificates and ID's of the app, but not the app it self, since the other people are making it. I do not use MAC, or have iOS device. I did read docs from apple.

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

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

发布评论

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

评论(1

绻影浮沉 2024-11-01 03:19:45

因此,最终我通过开发下的应用程序获得了正确的 .pem 证书和手机令牌,手机必须注册为该应用程序的测试证书。我只是推送消息并等待答复单位我收到了。 Apple 不提供任何“易于使用”的测试场地、日志或调试消息。你能做的最好的事情就是尽可能地将推送服务和获取令牌分开,当你拿到应用程序时进行原始测试。

So eventually i got the right .pem certificate and token of phone with the app-under-dev, phone had to registered as testing one for that app. I just pushed messages and waited for answer unit i got it. Apple do not provide any "easy to use" testing grounds, logs or messages for debugging. Best you can do is to separate pushing service and getting token as much as possible and when you got your hands on app do the raw testing.

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