Is there a way to deploy the IIQ IOS App and include the distict URL via a .plist file via and MDM? I would like to install the IOS via a bulk volume license purchase through Apple and deploy it to users devices without them having to input the district URL.
The plist file I would think should look something like
<plist version="1.0">
<dict>
<key>DistrictURL</key>
<string>district.incidentiq.com</string>
</dict>
</plist>