Are there rate limits on silent push notifications in iOS 7?

瘦欲@ 提交于 2019-11-30 17:15:52

问题


I saw one reference to limits on silent push notifications: "Silent pushes are rate limited—a handful per hour"

(From WWDC 2013: http://devstreaming.apple.com/videos/wwdc/2013/204xex2xvpdncz9kdb17lmfooh/204/204.pdf )

I haven't seen this documented anywhere else, and in our experiments we have not seen any such limit. Does anyone know if this is something we need to take into account? All descriptions of regular APNs seem to imply that there is no limit, and while they are not necessarily received in real time, they should eventually be delivered.

We are looking into using silent notifications as often as once a minute per device, so while not hammering the device every few seconds, certainly more than a few per hour.


回答1:


Yes and No. Apple says they are but you can send as many as you want and the APNS server will take care of the excess. See there: http://www.objc.io/issue-5/multitasking.html



来源:https://stackoverflow.com/questions/21537929/are-there-rate-limits-on-silent-push-notifications-in-ios-7

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