简体   繁体   中英

Number of notifications allowed in ios development mode

I am using push notifications in iOS. But as my dot.net developer told me that the maximum number of notifications reached. So my concern is how much notifications are allowed in one day in development mode.

According to this Apple technote :

There are no caps or batch size limits for using APNs

There's a limit to the size of the notification itself :

In iOS 8 and later, the maximum size allowed for a notification payload is 2 kilobytes; Apple Push Notification service refuses any notification that exceeds this limit. (Prior to iOS 8 and in OS X, the maximum payload size is 256 bytes.)

There is no such limit for sending push notification. You can send as many push notification as you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM