With Mobile Device Management, your company can preconfigure NavVis IVION Go to ensure all users have the same consistent, centrally-managed parameters. For example, you can pre-set an instance to open immediately when the app starts or select the default support email address.
Note: Employees accessing a preconfigured NavVis IVION GO instance though MDM will still need to log in.
At the moment, it is only possible to configure one instance per company.
Follow this procedure to set up NavVis IVION Go with Microsoft Intune. If you need help setting up other MDM systems, ask your admin to contact NavVis support for assistance.
Procedure
In the Intune Administration Center
Create the configuration policy
In Apps, open the App Configuration Policies

Click Create, then Managed Apps

Create your policy

Select NavVis IVION Go as the target application for this policy. This ensures the settings are only applied to this application.

Enter the configuration settings (instance URL and support email) using the appropriate format.

Navigate to Assignments to choose the device and/or users the policy will be assigned to.

Application Configuration
This is the configuration template and an example of the configuration expected by NavVis IVION Go. Make sure your MDM software delivers these values in this format for the automatic configuration to work.
Schema
{
"appConfigSchemaVersion": 1,
"properties": {
"instance_url": {
"type": "string",
"required": true,
"description": "Base URL of the NavVis instance",
"example": "https://navvisiviondemo.iv.navvis.com/"
},
"support_email": {
"type": "string",
"required": false,
"description": "Custom contact email for support",
"example": "support@navvis.com"
}
}
}iOS
XML
Template
<dict>
<key>instance_url</key>
<string><!-- your Instance URL here --></string>
<key>support_email</key>
<string><!-- your email here --></string>
</dict>Example
<dict>
<key>instance_url</key>
<string>https://navvisiviondemo.iv.navvis.com/</string>
<key>support_email</key>
<string>support@navvis.com</string>
</dict>Configuration Designer
Select Use configuration designer, then input each key and value

Android
JSON
In the configuration designer, pick the keys and provide values.
Template
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.navvis.mdfa",
"managedProperty": [
{
"key": "instance_url",
"valueString": STRING_VALUE
},
{
"key": "support_email",
"valueString": STRING_VALUE
}
]
}Example
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.navvis.mdfa",
"managedProperty": [
{
"key": "instance_url",
"valueString": "https://navvisiviondemo.iv.navvis.com/"
},
{
"key": "support_email",
"valueString": "support@navvis.com"
}
]
}This is an example of the configuration policy:

Configuration Designer
Select Use configuration designer, then the +Add button.

Select the keys you want to use.

Fill out the configuration values.

Deployment and Verification
Device check-in: after configuring, the target device will automatically receive the application installation command and configuration policy from Microsoft Intune.
Installation: NavVis IVION Go will automatically install on the device when the Required toggle is activated. Otherwise, the user must manually install the application through the Company Portal.
Configuration delivery: once NavVis IVION Go is installed, the App Configuration Policy sends the Key-Value pairs to the application.
Launching the application: NavVis IVION Go will automatically prefill the instance URL and proceed to the authentication.
Monitoring Status
You can verify in Microsoft Intune that the app is installed and that the configuration policy was successfully delivered to the device.
In Apps, go to All Apps

Select NavVis IVION Go

Check the Device Install Status & App Configuration
Device Install Status

User Install Status

App Properties
