Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

What are supported device attributes on iOS during enrollment phase?

I'm installing configuration profile using over-the-air (OTA) enrollment. What are supported device attributes on iOS during first phase payload? I'm sending sth like:


<plistversion="1.0">    <dict>        <key>PayloadContent</key>        <dict>            <key>Challenge</key>            <string>challenge</string>            <key>DeviceAttributes</key>            <array>                <string>UDID</string>                <string>DEVICE_NAME</string>                <string>VERSION</string>                <string>PRODUCT</string>                <string>MAC_ADDRESS_EN0</string>                <string>IMEI</string>                <string>ICCID</string>            </array>            <key>URL</key>            <string>https://my-profile-server</string>        </dict>        <key>PayloadDescription</key>        <string>Enter device into the encrypted profile service</string>        <key>PayloadDisplayName</key>        <string>Profile Service</string>        <key>PayloadIdentifier</key>        <string>com.xxx.mobileconfig.profile-service</string>        <key>PayloadOrganization</key>        <string>XXX</string>        <key>PayloadType</key>        <string>Profile Service</string>        <key>PayloadUUID</key>        <string>1a21d4dd-6723-45c5-a184-c3fe0075db14</string>        <key>PayloadVersion</key>        <integer>1</integer>    </dict></plist>


Is there any more attribute that I can get from the device in this payload? For example serial number? Is there any official list of possible attributes? Any help would be much appreciated. Thanks.

iOS 5

Posted on Nov 18, 2012 4:11 AM

Reply

There are no replies.

What are supported device attributes on iOS during enrollment phase?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.