Reputation: 12106
In both XCode and the iPhone Configuration Utility, there is a Provisioning Profiles item that shows at most 2 devices in a provisioning profile. It also says "8 other devices".
Is there any convenient way to find out what those other 8 are (without going back to the provisioning portal?)
Upvotes: 7
Views: 7163
Reputation: 201
I wrote a small program that shows all installed provision profiles and its devices. Application and source code are available from here
https://github.com/pigmasha/MAProvisions
Application features
Suggestions will be well received
Upvotes: 1
Reputation: 102
Just open the .mobileprovision file in a text editor. You will see all the UDIDs under ProvisionedDevices key.
Upvotes: 7