|
|
|
|
|
NotifPushListInvalidIdentifiers (Function) In french: NotifPushListeIdentifiantsInvalides
Warning
Attention As the APN service protocol has been modified by Apple since March 31, 2021, this function should no longer be used.
Returns the list of invalid identifiers for the Apple APN service. Note We recommend calling this function once or twice a day (using a scheduled task, for example). MonCertificat is Certificate = CertificateLoad("certifapple.cer")
let MesIdentifiantsInvalides = NotifPushListInvalidIdentifiers(MonCertificat, ...
typeServiceIOSTest)
FOR i = 1 _TO_ MesIdentifiantsInvalides.Occurrence
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: wd300device.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|