Sending RAD Server Push Messages

From RAD Studio
(Redirected from Sending EMS Push Messages)
Jump to: navigation, search

Go Up to Using the RAD Server Management Console Application


The RAD Server Management Console application allows you to send RAD Server push notification messages to the registered devices in your RAD Server Engine (EMS Server).

In the upper pane of the RAD Server Management Console application, select the Push tab to start sending push notification messages.

Note:

Sending a RAD Server Notification Message

To send a RAD Server push notification message to a registered device or a group of registered devices:

  1. Set the push notification message body.
  2. Set the target devices for the push notification message.
  3. Click the Send button.
    The sent RAD Server push notification message information is displayed in the Send History log.

Setting the RAD Server Push Notification Data

To set the RAD Server push notification body message:

  1. Click the Data... button.
    The Push Data dialog box opens.
  2. Set the Message field with the text body of the RAD Server push notification message.
  3. Customize the push notification alert:
    • For an iOS device, set the optional fields APS.Alert, APS.Badge, and the APS.Sound.
    • For an Android device, set the GCM.Title and the GCM.Message.
  4. Click the OK button.
Note: The custom fields of a push notification are optional.

You can see the JSON message body in the Data area.

Setting the Target Destination

Sending the RAD Server Push Notification to a Channel

To select a RAD Server Channel or a group of RAD Server Channels to send the push notification message:

  1. Click the Channels... button.
    The Channels dialog box opens.
  2. Select one or several RAD Server channels from the list.
    You can also select all the RAD Server Channels, by selecting Check All.
  3. Click the OK button.

You can see the JSON channels message in the Target area.

Sending the RAD Server Push Notification to a Device

To select a specific device or a type of device to send the push notification message:

  1. Click the Where... button.
    The Where dialog box opens.
  2. Select one or several registered device from the list.
    You can filter the displayed devices, when you select the Device types.
  3. Click the OK button.

You can see the JSON where body in the Target area.

See Also