ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
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.
Full path of the file containing the certificate for the application push notifications (obtained from Apple). For more details, see Conditions required for the Push notifications in iOS.
Password of the file containing the certificate for Push notifications. If the file does not have a password, use an empty string (""). This parameter must correspond to an ANSI character string.
Bundle identifier specified in the "General" section of the Xcode project generation wizard.
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. For more details, see Configuration required for the Push notifications in Android.
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: 12/04/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: