ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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).
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:
typeServiceIOSReleaseServer of IOS release (APN).
typeServiceIOSTestServer of IOS test (APN).
Business / UI classification: Business Logic
Component: wd290device.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help