Given a provisioning profile, does anyone know how to determine what UDIDs are in that profile?
feedback
|
|
Open it up in a text editor. You should be able to see the list of UDID's. They appear under the key "Provisioned Devices". | |||||
|
feedback
|
|
Sorry for the auto-plug that follows - I'm the author of the mentionned plugin, but felt it was an appropriate answer to this question. I wrote a QuickLook plugin just for this need. It is also an easy way to get access to other useful informations about the profile: creation and expiration date, App ID, profile name... Download it here.
| |||
|
feedback
|
|
To see which iOS device UDID's are associated to your provisioning profile, use the Terminal command:
(drag and drop the .mobileprovision file from Finder to the Terminal window to fill in the file path) Within the command results look for the ProvisionedDevices section for the device UDIDs associated to the profile, such as:
| |||
|
feedback
|
