Home > Backend Development > PHP Tutorial > php推送消息到IOS,该怎么处理

php推送消息到IOS,该怎么处理

WBOY
Release: 2016-06-13 11:46:23
Original
824 people have browsed it

php推送消息到IOS
php推送消息到IOS。功能是实现了,但数据量很大,大概有10万台设备。怕推送的时候,挂掉,有没什么解决方法,还有就是为什么有些设备就是收不到推送的消息?
------解决方案--------------------
客户端轮询服务器端实现的?没用苹果自家的APNS?
------解决方案--------------------

引用:
Quote: 引用:

客户端轮询服务器端实现的?没用苹果自家的APNS?

怎么可能,推送还能绕过苹果的。你想多了吧,当然是通过苹果的。我是在想大量设备的时候该怎么推送保证服务器正常运行。

那你用的长连接还是发送一次就开闭一次连接?另外明确的是推送通知是不可靠的!
------解决方案--------------------
正为这事头疼呢,有些能收到有些收不到,讨厌第三方
------解决方案--------------------
用队列推送。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template