HERE WeGo Pro Mobile Device Management (MDM) support
HERE WeGo Pro allows setting the activation key using managed app configurations controlled via Mobile Device Management (MDM) solutions
Activating HERE WeGo Pro
Currently the way to activate wego pro using a MDM solution is to trigger an Android intent, sending the activation deeplink url.
The format of the activation url is documented here
In the near future we will also allow customers to inject the key directly from their MDM console, as an app configuration.
Post-activation actions
After activation, it's also possible to trigger further configuration steps by triggering intents (on Android only), using our deeplink format.
The most relevant use case is pre-setting the vehicle dimensions.
How to trigger the intent
To trigger the intent, please check the documentation of your chosen MDM solution.
The following are some examples.
SOTI
https://soti.net/mc/help/v14.3/en/scriptcmds/reference/sendintent.html
Workspace ONE / AirWatch
mode=implicit,broadcast=false,action=android.intent.action.VIEW,data=putTheDeeplinkUrlHereIntent format
For the format of the deeplink url to use in the intent, see the deeplinking section of the documentation.