ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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).
Example
MonCertificat is Certificate = CertificateLoad("certifapple.cer")

let MesIdentifiantsInvalides = NotifPushListInvalidIdentifiers(MonCertificat, ...
		typeServiceIOSTest)
FOR i = 1 _TO_ MesIdentifiantsInvalides.Occurrence
	// Supprimer MesIdentifiantsInvalides[i] du serveur
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: wd300device.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help