iOs 推送通知与 PHP 5.2 或更低版本兼容
我使用 APNS-PHP http://code.google.com/p/apns- 实现了推送通知php/ 在我的服务器上。我现在必须将其移至具有 php 5.2.17 的服务器,遗憾的是我发现 apns-php 不支持低于 5.3 的 php 版本。
有没有办法在不更新服务器的情况下实现 php 推送通知(女巫是不可能的)?
换句话说,还有其他 api 可以与旧版 PHP 一起使用吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你看过《城市飞艇》吗?允许每月免费发送一百万条消息,并且无需麻烦即可创建自己的服务器!
Have you looked at UrbanAirship. Allows sending of a million messages a month free and no hassle creating your own server!
嘿,正在寻找答案,但问题不是 APN 服务器,而是脚本托管服务器,我同时找到了解决方案。我制作了最简单的脚本并且它有效。我使用了本教程 http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/。把它变成一堂课,我就是这样。它是低版本服务器的最佳脚本,但我不知道它将如何处理大请求或是否能够传递所有消息。
干杯
博格丹。
Hy, tanks for the answer but the problem was not the APN server was the script hosting server and I found a solution for that in the mean time. I made the simplest script possible and it worked. I used the php code found in this tutorial http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/. turned it into a class and I that was it. It is the best script for low versions servers, but I don't know how will it handle big requests or if it will be able to deliver all messages.
Cheers
Bogdan.