The app configuration policy pre-configures the app with your Distribution ID (distributionID value) and user details.
This policy pre-configures the app with your Distribution ID (distributionID value) and user details.
Go to Apps+Manage Apps+Configuration+Create+Managed devices.
Configure the Basics tab:
For Name, enter Cortex XDR App Config.
For Platform, select iOS/iPadOS.
For Targeted app, select the Cortex XDR app (verify it is the VPP version if multiple exist).
Click Next.
Configure the Settings tab:
For Configuration settings format, select Enter XML data.
In the XML property list area, paste the following code, and then replace ENTER YOUR DISTRIBUTION ID HERE with your actual Distribution ID.
<dict> <key>mdmVendor</key> <string>InTune</string> <key>distributionId</key> <string>ENTER YOUR DISTRIBUTION ID HERE</string> <key>username</key> <string>{{username}}</string> <key>fullName</key> <string>{{userprincipalname}}</string> <key>serialNumber</key> <string>{{serialnumber}}</string> <key>udid</key> <string>{{udidlast4digits}}</string> </dict>
Click Next.
On the Assignments tab, select your target group, and click Select to create the policy.