Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Google Cloud Messaging (GCM) notification method uses the GCM server to wake-up the device. If the notification type is set to GCM, when there are pending operations that need to be enforced on a device, WSO2 EMM server will send a push notification to the GCM server and the GCM server will in-turn send the message to the respective Android Agent that is within the Android device. The latter mentioned push notification will contain an empty payload. When the Android device Agent receives the push notification, it will communicate with the WSO2 EMM server and receive the list of pending operations that need to be enforced on the Android device.
 

...

The local notification method will not use Google Cloud Messaging (GCM), but it will use its own local push notification service. The Android Agent within the Android device will trigger a wake-up command every one minute. The wake-up command will be triggered periodically based on the notifier frequency, which determines the time period after which the wake-up command will be automatically triggered by the Android Agent. The notifier frequency needs to be specified in milliseconds (ms) when configuring Android tenant based settings. The default notifier frequency is 60000ms which translates to one minute.

When the wake-up command is triggered the Android device Agent will communicate with the WSO2 EMM server and receive the list of pending operations that need to be executed on the respective device.

...