Android Server Configurations
Follow the instructions below to configure Android related server configurations:
Copy theÂ
android.json
file, which is in theÂ<PRODUCT_HOME>/repository/deployment/server/jaggeryapps/mdm/config/tempConfigs/
directory to theÂ<PRODUCT_HOME>/repository/deployment/server/jaggeryapps/mdm/config/
directory.Navigate to the
<PRODUCT_HOME>/repository/deployment/server/jaggeryapps/mdm/config
 directory and edit theÂandroid.json
file as follows. The API key was provided when registering with GCM in the Android configurations.{'api_key':'<your api key>', 'sender_id':'<your sender id>'}
For more information on generating an API key and Sender ID, see Android Client Configurations.
Save theÂ
EMM-Android
.apk
 file, which was generated in the Android client configurations, anywhere within the<MDM_HOME>
folder.Add theÂ
EMM-Android
.apk
 file path as the Android location in theconfig.json
file, which is in the<MDM_HOME>/config/
directory.Â}, "device": { "android_location": "%http.ip%/mdm/client_app/EMM-Android.apk", "ios": { "location": "%http.ip%/mdm/client_app/EMM-iOS.ipa", "bundleid": "com.wso2.mdmAgent", "version": "1.0", "appname": "MDM Agent" } },