iOs 推送通知与 PHP 5.2 或更低版本兼容

发布于 2024-11-27 07:23:16 字数 284 浏览 2 评论 0 原文

我使用 APNS-PHP http://code.google.com/p/apns- 实现了推送通知php/ 在我的服务器上。我现在必须将其移至具有 php 5.2.17 的服务器,遗憾的是我发现 apns-php 不支持低于 5.3 的 php 版本。

有没有办法在不更新服务器的情况下实现 php 推送通知(女巫是不可能的)?

换句话说,还有其他 api 可以与旧版 PHP 一起使用吗?

I implemented push notifications using APNS-PHP http://code.google.com/p/apns-php/ on my server. I now have to move it to a server that has php 5.2.17 and I sadly found out that apns-php does not support php versions lower than 5.3.

Is there any way of implementing php push notifications without updating the server (witch is out of the question)?

In other words Is there any other api that can work with older PHP?

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

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

发布评论

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

评论(2

_失温 2024-12-04 07:23:16

你看过《城市飞艇》吗?允许每月免费发送一百万条消息,并且无需麻烦即可创建自己的服务器!

Have you looked at UrbanAirship. Allows sending of a million messages a month free and no hassle creating your own server!

小鸟爱天空丶 2024-12-04 07:23:16

嘿,正在寻找答案,但问题不是 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.

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