简体   繁体   English

iOS开发模式中允许的通知数

[英]Number of notifications allowed in ios development mode

I am using push notifications in iOS. 我在iOS中使用推送通知。 But as my dot.net developer told me that the maximum number of notifications reached. 但是正如我的dot.net开发人员告诉我的那样,已达到通知的最大数量。 So my concern is how much notifications are allowed in one day in development mode. 因此,我担心的是在开发模式下一天中允许多少通知。

According to this Apple technote : 根据此Apple技术说明

There are no caps or batch size limits for using APNs 使用APN没有上限或批量限制

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; 在iOS 8和更高版本中,通知有效负载允许的最大大小为2 KB; Apple Push Notification service refuses any notification that exceeds this limit. Apple Push Notification服务拒绝任何超过此限制的通知。 (Prior to iOS 8 and in OS X, the maximum payload size is 256 bytes.) (在iOS 8之前和OS X中,最大有效负载大小为256个字节。)

There is no such limit for sending push notification. 发送推送通知没有这种限制。 You can send as many push notification as you want. 您可以发送任意数量的推送通知。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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