iOS Push Notification - How many can I send from my server in a minute?

倾然丶 夕夏残阳落幕 提交于 2019-12-05 17:17:28

Here's what Apple say regarding push speed in their 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.

We can assume from this quote that you should be able to send at least 9000 notifications per second.

I suggest you to try using one of the many push notifications services urban, parse, push.io and many more. I'm using www.pushapps.mobi and the rate is 2000-3000 push per second.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!