Multiple tenants can use WSO2 EMM; while, maintaining tenant-based isolation. The Android configurations enable the tenants to customize the Android settings based on their own requirements.
...
- Sign in to the EMM console and click the menu icon.
- Click Platform configurations and select Android Configurations.
- Enter the following:
- Notifier Type - The notifier type determines the way in which the notification will take place. The available options are as follows:
- LOCAL Local Polling - The device will contact the EMM server periodically.
Firebase Cloud Messaging (FCM) - FCM will send a notification to the device when there are pending operations available for a specific device. If FCM has been selected as the notifier type, configure WSO2 EMM with Firebase Cloud Messaging (FCM).
Info For more information on the notifier type and the notifier frequency, see Android Notification Methods.
If Local was Polling was selected as the notifier type, provide the Notifier Frequency (in millisecondsseconds) - This is the interval after which the wake-up command will be automatically triggered by the Android Agent.
Note title Note From Android 4.4 (KitKat) onwards, the OS does not allow applications to trigger wake-up commands when the trigger period is set to less than a minute. Therefore, make sure to set the notifier frequency to 60000ms 60 seconds or more.
- If Firebase Cloud Messaging (FCM) was selected as the notifier type, enter the Firebase Cloud Token you generated as the server key API Key.
- End User License Agreement (EULA) - Provide the license agreement that a user must adhere to when enrolling an Android device with EMM.
- Notifier Type - The notifier type determines the way in which the notification will take place. The available options are as follows:
- Click SAVE.
Note |
---|
If the Administrator changes the notifier type (from FCM to LOCAL Local Polling or from LOCAL Local Polling to FCM) the existing devices should re-register with WSO2 EMM for the change on the notifier type to be applied to the devices. In the situation where the notifier type changes from LOCAL Local Polling to FCM, even if the existing devices are not re-registered they are able to contact the server via local notifications. But in situations where the notifier type is changed from FCM to LOCALLocal Polling, you must re-register the existing devices as they will not be able to contact the server after the change. |
...