iPad の電源がオフになっているときに、iPad (iOS 5.1.1) に 3 つのプッシュ通知を送信します。
iPad の電源を入れると、最後のプッシュ通知だけが通知センターに表示されます。
プッシュ サーバーとして Appoxee.com を使用しています
ご協力いただきありがとうございます
iPad の電源がオフになっているときに、iPad (iOS 5.1.1) に 3 つのプッシュ通知を送信します。
iPad の電源を入れると、最後のプッシュ通知だけが通知センターに表示されます。
プッシュ サーバーとして Appoxee.com を使用しています
ご協力いただきありがとうございます
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.