iOS推送通知 – 我可以在一分钟内从服务器发送多少个?

前端之家收集整理的这篇文章主要介绍了iOS推送通知 – 我可以在一分钟内从服务器发送多少个?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我打算用推送支持更新我的应用程序.
我用 PHP脚本连接到Apple服务器并立即发送所有推送,关闭连接.

我可以在一分钟内发送多少?你们有经验吗?

祝一切顺利,
约翰

PS:
你能推荐pushwoosh.com或urbanairship.com吗?他们提供推送的速度有多快?

解决方法

以下是苹果公司对 Technical Note推送速度的看法:

Push Notification Throughput and Error Checking

There are no caps or batch size limits for using APNs. The iOS 6.1
press release stated that APNs has sent over 4 trillion push
notifications since it was established. It was announced at WWDC 2012
that APNs is sending 7 billion notifications daily.

If you’re seeing throughput lower than 9,000 notifications per second,
your server might benefit from improved error handling logic.

我们可以从这句话中假设您应该能够每秒发送至少9000个通知.

猜你在找的iOS相关文章