|
|
|
|
NotifPushListInvalidIdentifiers (Function) In french: NotifPushListeIdentifiantsInvalides
Warning
Caution: As of March 31, 2021, Apple no longer supports the APNs legacy binary protocol. This function should not be used after this date.
Returns the list of invalid identifiers for the Apple APN service. Remark: We recommend that you call this function once or twice every day (via a scheduled task for example).
MyCertificate is Certificate = CertificateLoad("applecertif.cer") let MyInvalidIdentifiers = NotifPushListInvalidIdentifiers(MyCertificate, ... typeServiceIOSTest) FOR I = 1 _TO_ MyInvalidIdentifiers.Count // Delete MyInvalidIdentifiers[i] from the server END
Syntax
<Result> = NotifPushListInvalidIdentifiers(<Certificate> , <Server type>)
<Result>: Array of buffers Name of the array of buffers into which the list of invalid identifiers is returned. <Certificate>: Certificate variable Name of the Certificate variable corresponding to the identification parameter of the application on the APN service. This variable represents the certificate (obtained from Apple) for the application push notifications. This certificate may have been loaded by CertificateLoad. <Server type>: Integer constant Type of server onto which the notification will be sent: | | typeServiceIOSRelease | Server of IOS release (APN). | typeServiceIOSTest | Server of IOS test (APN). |
Business / UI classification: Business Logic Component: wd280device.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|