WINDEV, WEBDEV AND WINDEV MOBILEONLINE HELP
Version: 1516171819202122232425
iPhone/iPad: Sending a notification Hide the details
True if the sending was successful,False otherwise. ErrorInfo is used to identify the error returned by the notification service.
Name of Notification variable corresponding to the notification to send.
Name of Array variable containing the list of tokens representing the devices onto which the notification will be sent.
Name of Certificate variable used to identify the application on the APN service. This variable represents the certificate for the push notifications of application (obtained beside Apple). See Conditions required for the Push notifications in iOS for more details. This certificate may have been loaded by CertificateLoad.
Type of server onto which the notification will be sent: typeServiceIOSReleaseServer of IOS release (APN).typeServiceIOSTestServer of IOS test (APN).
Android: Sending a notification Hide the details
True if the sending was successful,False otherwise. ErrorInfo is used to identify the error returned by the notification service. These errors can contain a list of invalid tokens that must be deleted from the token database.
Parameter for identifying the application on the GCM service (Google authorization key). A specific configuration is required to get this key. See Configuration required for the Push notifications in Android for more details.
Name of the Array of Buffers variable. This parameter is filled with the list of invalid tokens returned by the server.
Versions 22 and laterPlatform that will be used to send the notification. The Android application that will receive he notifications must have been configured for this type of platform.npeFirebaseFirebase platform. New platform for sending push notifications. This platform must be used for the new projects (from WINDEV 22 Update 1) or for the projects that do not use the push notifications yet.npeGCM(Default value)Google Cloud Messaging platform. Former Google solution for sending push notifications. This platform must be used for the existing projects that already use the push notifications yet (projects created with a version earlier than WINDEV 22 Update 1)New in version 22Platform that will be used to send the notification. The Android application that will receive he notifications must have been configured for this type of platform.npeFirebaseFirebase platform. New platform for sending push notifications. This platform must be used for the new projects (from WINDEV 22 Update 1) or for the projects that do not use the push notifications yet.npeGCM(Default value)Google Cloud Messaging platform. Former Google solution for sending push notifications. This platform must be used for the existing projects that already use the push notifications yet (projects created with a version earlier than WINDEV 22 Update 1)Platform that will be used to send the notification. The Android application that will receive he notifications must have been configured for this type of platform.npeFirebaseFirebase platform. New platform for sending push notifications. This platform must be used for the new projects (from WINDEV 22 Update 1) or for the projects that do not use the push notifications yet.npeGCM(Default value)Google Cloud Messaging platform. Former Google solution for sending push notifications. This platform must be used for the existing projects that already use the push notifications yet (projects created with a version earlier than WINDEV 22 Update 1)
Last update: 02/11/2019
Send a report | Local help
Searching...
J'accepte les termes de la licence
All you have to do is configure your product as follows: