Multiple tenants can use WSO2 EMM; while, maintaining tenant based isolation. The Android settings page enables tenants to customize the Android settings based on their own requirements.
...
- On the Configurations tab in the EMM Console, click Settings.
- Enter the following Android settings:
- Notifier Type - The notifier type determines the way in which the notification will take place. The available options are as follows:
- Local - The device will contact the EMM server periodically.
GCM - GCM will send a notification to the device when there are pending operations available for a specific device.
Info For more information on the notifier type and the notifier frequency, see Android Notification Methods.
- Notifier Frequency (in milliseconds) - This is the interval after which the the wake-up command will be automatically triggered by the Android Agent.
- API keys - The API key that you received after registering with Google Cloud Messaging (GCM). For more information, see Create a server key.
- Sender IDs - This refers to the project IDs. For more information, see Retrieve the Sender ID.
- Notifier Type - The notifier type determines the way in which the notification will take place. The available options are as follows:
- Click Save.
...
Registering with Google Cloud Messaging
Follow the instructions below to register with Google Cloud Messaging (GCM):
...
- Go to the Google API Console.
If you are new to the Google API console, you will be directed to following screen:
If you already have existing projects, you will be directed to your Dashboard page: On the Dashboard page, click Projects and thereafter click Create Project to create a new project for our application.
After creating the project, you will see the Project Number in the created project. That project number will be our sender ID when you communicate with the GCM server; therefore, you need to copy that and keep it safely.Click APIs & auth and then click APIs.
Turn on “Google cloud messaging for Android".
...