In JAMF, you can use "App Configuration" to tell the device it's own serial number using something like this:
<dict>
<key>device_serial_number</key>
<string>$SERIALNUMBER</string>
</dict>
You just paste that directly into the "App Configuration" box in the "Mobile App" area of the dashboard:
This will tell the device it's own serial number, as that information is not available otherwise.
I'm wondering if you can do the same thing in AirWatch. For their configuration, it's a list of key value fields. I've tried a bunch of different items in the "value" field, such as:
{SerialNumber}
, {serialNumber}
, {Serial}
, $SERIALNUMBER
, {serialnumber}
, {serial}
, but it does not seem to work.
Anyone know how to inform an iOS device of it's serial number using AirWatch?