VMware Workspace ONE
This guide covers deploying SupportID from Apple Business Manager and configuring it through VMware Workspace ONE (formerly AirWatch).
Adding the App
- Ensure your Workspace ONE environment is linked to Apple Business Manager and licenses for SupportID have been purchased.
- Navigate to Apps & Books → Applications → Native.
- Click Add Application → Public.
- Search for SupportID in the App Store — it will appear with your VPP licenses.
- Configure assignment and enable Send Application Configuration.
Adding App Configuration
- Select your SupportID app.
- Go to the Configuration tab.
- Toggle Configuration to Enabled.
- Paste the XML configuration below.
- Save and redeploy.
Full Configuration Example
<?xml version="1.0" encoding="UTF-8"?><managedAppConfiguration> <version>1.0</version> <bundleId>com.devscape.supportid</bundleId> <dict> <!-- General Settings --> <key>appTitle</key> <string>Intelligent Hub Info</string>
<key>uiStyle</key> <string>Regular</string>
<!-- Self Service Provider --> <key>selfServiceProvider</key> <string>workspaceone</string>
<!-- Data Points with Workspace ONE Variables --> <key>dataPoint1</key> <string>{SerialNumber}</string> <key>dataPoint1Label</key> <string>Serial Number</string> <key>dataPoint1Icon</key> <string>barcode</string> <key>dataPoint1Visible</key> <true/>
<key>dataPoint2</key> <string>{AssetNumber}</string> <key>dataPoint2Label</key> <string>Asset Number</string> <key>dataPoint2Icon</key> <string>tag</string> <key>dataPoint2Visible</key> <true/>
<key>dataPoint3</key> <string>{EnrollmentUser}</string> <key>dataPoint3Label</key> <string>Enrollment User</string> <key>dataPoint3Icon</key> <string>person</string> <key>dataPoint3Visible</key> <true/>
<key>dataPoint4</key> <string>{DeviceName}</string> <key>dataPoint4Label</key> <string>Device Name</string> <key>dataPoint4Icon</key> <string>iphone</string> <key>dataPoint4Visible</key> <true/>
<key>dataPoint5</key> <string>{DeviceUid}</string> <key>dataPoint5Label</key> <string>Device UID</string> <key>dataPoint5Icon</key> <string>antenna.radiowaves.left.and.right</string> <key>dataPoint5Visible</key> <true/>
<!-- Section Visibility --> <key>showStorageSection</key> <true/>
<key>showShortcutsSection</key> <true/>
</dict></managedAppConfiguration>Available Workspace ONE Variables
| Variable | Description |
|---|---|
{SerialNumber} | Device serial number |
{DeviceName} | Device name |
{DeviceUid} | Device unique identifier (UDID) |
{AssetNumber} | Asset number |
{EnrollmentUser} | Username of enrolled user |
{EnrollmentEmail} | Email of enrolled user |
{MacAddress} | WiFi MAC address |
{Model} | Device model |
{Platform} | Platform (Apple) |
{OsVersion} | OS version |
Intelligent Hub Integration
Setting selfServiceProvider to workspaceone adds a shortcut that launches VMware Intelligent Hub using wsonehub://.
Requirements:
- VMware Intelligent Hub must be installed on the device
Smart Group Assignment
Use Workspace ONE smart groups to target deployments:
- All Devices — Organization-wide deployment
- Platform-based — iOS vs. iPadOS specific configs
- Organizational Group — Department or location based
- Tag-based — Custom tags for specific use cases
Console Configuration Steps
- Navigate to Apps & Books → Applications → Native.
- Select your SupportID app.
- Click the Configuration tab.
- Toggle the Configuration switch to Enabled.
- Paste the XML configuration from above.
- Click Save.
- Navigate to the Assignment tab and assign to smart groups.
- Click Save & Publish.
Testing
- Assign to a test smart group with one or two devices.
- Push the app from the console or wait for the next device check-in.
- Open SupportID → tap the gear icon → verify Configuration Status shows Active.
- Confirm data points match Workspace ONE inventory data.
- Tap the Intelligent Hub button to verify it launches correctly.