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
Device managers can inject the activation key by adding it as a value for the following key in the app configuration:
wegoProActivationKey
The activation key will be automatically applied and the app will go through the regular activation process
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.
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=putTheDeeplinkUrlHere
Intent format
For the format of the deeplink url to use in the intent, see the deeplinking section of the documentation
Updated 5 days ago