Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisbiantoro
Contributor
Contributor

XML Mobile App Configuration in Intune

Hi, we would like to have our Qlik Sense Mobile in Microsoft Intune for devices under iOS platform but have an issue with understanding the app xml configuration. Unfortunately, I only found a json configuration template in Qlik forum. The following is the configuration template that Microsoft provides for us: 

<dict>
<key>userprincipalname</key>
<string>{{userprincipalname}}</string>
<key>mail</key>
<string>{{mail}}</string>
<key>partialupn</key>
<string>{{partialupn}}</string>
<key>accountid</key>
<string>{{accountid}}</string>
<key>deviceid</key>
<string>{{deviceid}}</string>
<key>userid</key>
<string>{{userid}}</string>
<key>username</key>
<string>{{username}}</string>
<key>serialnumber</key>
<string>{{serialnumber}}</string>
<key>serialnumberlast4digits</key>
<string>{{serialnumberlast4digits}}</string>
<key>udidlast4digits</key>
<string>{{udidlast4digits}}</string>
<key>aaddeviceid</key>
<string>{{aaddeviceid}}</string>
<key>IsSupervised</key>
<string>{{IsSupervised}}</string>
</dict>

I just wonder whether anyone has had any experiences with xml app configuration in Intune for iOS devices. I am looking for the description for each string I need to fill in and whether I have to follow this template and complete all those keys to enable the configuration. Thank you.

Labels (2)
0 Replies