Apple push notification time to live -
Is it possible to indicate the value of time for Apple Push Notification? For example, if they were not pushed in 10 seconds to kill them, or they were ignored when they arrived.
Yes, it is possible, if you are using one of the advanced binary formats in which termination Is the property.
end date
4 bytes
is expressed in a Unix era date second (UTC) Recognizes that the information is no longer valid and can be removed.
If this value is zero, then APN stores the notification attempts to notify the notification at least once, to specify that the notification immediately ends and the notification to the APN Must not store at all.
Comments
Post a Comment