我的iPad关闭时,只收到最后一次推送通知

时间:2013-08-28 16:38:16

标签: iphone ios ipad push-notification

当iPad关闭时,我向我的iPad(iOS 5.1.1)发送了3个推送通知。

当我打开iPad时 - 通知中心只显示最后一次推送通知。

我正在使用Appoxee.com作为我的推送服务器

感谢您的帮助

1 个答案:

答案 0 :(得分:2)

Quality of Service

Apple Push Notification service includes a default Quality of Service (QoS) component that performs a store-and-forward function.

If APNs attempts to deliver a notification but the device is offline, the notification is stored for a limited period of time, and delivered to the device when it becomes available.

Only one recent notification for a particular application is stored. If multiple notifications are sent while the device is offline, each new notification causes the prior notification to be discarded. This behavior of keeping only the newest notification is referred to as coalescing notifications.

If the device remains offline for a long time, any notifications that were being stored for it are discarded.