UDIDs in provisioning profile?
问题 Given a provisioning profile, does anyone know how to determine what UDIDs are in that profile? 回答1: 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". 回答2: To see which iOS device UDID's are associated to your provisioning profile, use the Terminal command: security cms -D -i /path/to/MyProfile.mobileprovision (drag and drop the .mobileprovision file from Finder to the Terminal window to fill in the file path) Within