Skip to content

Quick Start

This guide walks you through configuring SupportID after purchasing and deploying it via your MDM. Choose your platform below for step-by-step instructions.

  1. Open App Configuration

    Navigate to Mobile DevicesApps → select SupportID → click App Configuration.

  2. Add the configuration

    <dict>
    <key>appTitle</key>
    <string>Your Details</string>
    <key>selfServiceProvider</key>
    <string>jamf</string>
    <key>dataPoint1</key>
    <string>$SERIALNUMBER</string>
    <key>dataPoint1Label</key>
    <string>Serial Number</string>
    <key>dataPoint1Icon</key>
    <string>barcode</string>
    <key>dataPoint2</key>
    <string>$ASSETTAG</string>
    <key>dataPoint2Label</key>
    <string>Asset Tag</string>
    <key>dataPoint2Icon</key>
    <string>tag</string>
    <key>dataPoint3</key>
    <string>$USERNAME</string>
    <key>dataPoint3Label</key>
    <string>Your Name</string>
    <key>dataPoint3Icon</key>
    <string>person</string>
    </dict>
  3. Scope and deploy

    Assign the configuration to the same devices or groups that have SupportID installed.

Verify Your Configuration

  1. Open SupportID on a test device.
  2. Tap the gear icon in the top-right corner.
  3. Check Configuration Status — it should show Active with a green checkmark.
  4. Verify your data points display the correct values.
  5. Tap the Self Service button to confirm it launches the correct app.

Next Steps