Skip to content

Instantly share code, notes, and snippets.

@evianzhow
Created February 23, 2016 04:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evianzhow/b47a78b8c03198ab512a to your computer and use it in GitHub Desktop.
Save evianzhow/b47a78b8c03198ab512a to your computer and use it in GitHub Desktop.
Get Your UDID
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<dict>
<key>DeviceAttributes</key>
<array>
<string>IMEI</string>
<string>UDID</string>
<string>PRODUCT</string>
<string>VERSION</string>
<string>SERIAL</string>
</array>
<key>URL</key>
<string>http://get.udid.io/retrieve/</string>
</dict>
<key>PayloadDescription</key>
<string>Install this temporary profile to find and display your current device's UDID. It is automatically removed from device right after you get your UDID.</string>
<key>PayloadDisplayName</key>
<string>Get Your UDID</string>
<key>PayloadIdentifier</key>
<string>get.udid.io.profile-service</string>
<key>PayloadOrganization</key>
<string>get.udid.io</string>
<key>PayloadType</key>
<string>Profile Service</string>
<key>PayloadUUID</key>
<string>9CF421B3-9853-9999-BC8A-982CBD3C907C</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment