Create the app configuration policy - The app configuration policy pre-configures the app with your Distribution ID (distributionID value) and user details. - Administrator Guide - 8.9 - 9.1 - Cortex XDR Agent - Cortex XDR - Advanced Endpoint Protection - Cortex - Security Operations

Cortex XDR Agent iOS App

Product
Cortex XDR Agent
Cortex XDR
Version
9.1
Creation date
2025-12-29
Last date published
2026-02-22
Category
Administrator Guide
Abstract

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.

  1. Go to Apps+Manage Apps+Configuration+Create+Managed devices.

  2. Configure the Basics tab:

    1. For Name, enter Cortex XDR App Config.

    2. For Platform, select iOS/iPadOS.

    3. For Targeted app, select the Cortex XDR app (verify it is the VPP version if multiple exist).

    4. Click Next.

  3. Configure the Settings tab:

    1. For Configuration settings format, select Enter XML data.

    2. 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>
  4. Click Next.

  5. On the Assignments tab, select your target group, and click Select to create the policy.