New article
Recently updated
How to Configure an MDM to Deploy Ideagen Quality Management Mobile app
Who is this article for?IT Staff configuring an MDM solution
Mobile device management (MDM) is a type of security software used by an IT department to monitor, manage, and secure employees' mobile devices. This article will provide you with the information needed to successfully deploy the Ideagen Quality Management app without the need for users to configure the app manually.
It won’t explain how to use any specific MDM Solution, please refer to your chosen MDM's documentation for this.
This article is split into 3 sections. You can either walk through the steps in sequence or you can jump to the section relevant to what you are doing require.
Important: The ability to configure the Server and Audit url’s for iOS was released as part of 2.03.01. The following are the details they need to enter, or they can enter the xml. The is only compatible with iOS, the Android app does not support MDM deployment
Using your MDM Interface
Server URL
Key: tenantName
Type: string
Example data: https://mobiletest.ideagenqpulse.com/qpulse5webservices/services
Audit Server URL
Key: auditServerUrl
Type: string
Example data: https://mobiletest.ideagenqpulse.com/QPulse5OfflineAuditServer
Using XML data
XML
<dict>
<key>tenantName</key>
<string>{{EnterServerUrlHere}}</string>
<key>auditServerUrl</key>
<string>{{EnterAuditServerUrlHere}}</string>
</dict>