Let's take a look at the tasks that Tom, the EMM administrator of MobX, has to do from downloading WSO2 EMM to registering the iOS device of Kim, the device owner.
...
Generating an MDM APNS certificate
Except for a few operations (ring, message and get location) that are performed by the WSO2 EMM agent, all the other device operations, and policies are applied on an iOS device via it's operating system. Therefore, for the WSO2 EMM server to communicate with the operating system of the device, you need to generate the MDM APNS certificate.
The MDM APNS certificate will be referred to as the MDM certificate in the EMM Console.
...
- Open the
<EMM_HOME>/repository/conf/app-manager.xml
file. Add
%https%
as the value for theAppDownloadURLHost
property.Code Block <Config name="AppDownloadURLHost">%https%</Config>
Tip Tip: To test WSO2 EMM App management features on Android devices, please use one of the following options:
- Change the value of the
AppDownloadURLHost
property back to HTTP - Continue using HTTPS to install applications on Android devices by Generating a BKS File for Android.
- Change the value of the
...
- Download the WSO2 EMM sample pack.
Copy the file to a preferred location, navigate to the file via the command prompt, and run the script.
Code Block cd <EMM_QSG_SAMPLE-PACK> ./emm-qsg.ssh
Enter your email address when prompted.
Info title Why? The device owner Kim will be registered with your email address. Therefore, you will be notified via email on how to register your device with WSO2 EMM while following the EMM quick start guide.
Example:
Code Block Enter your email address and press enter : kim@wso2.com
...