Friday 6 November 2015

How to check UDID is added to developer/adhoc Build ipa file

Steps:
  1. Get the iPA/build file.
  2. Change the file extension to zip (ex. app.ipa to app.zip). or create archive file and unzip.
  3. Unzip/unarchive the zip file.
  4. New directory Payload will be created.
  5. Open the Payload.
  6. Package file should be there with APP Name.
  7. Right click on the File, select the “Show Package Contents”.



 8.  All the resources and binary file will be listed. Search for file named “embedded.mobileprovision”
 9.  Open the embedded.mobileprovision file in any text Editor.
10.  find the key ProvisionedDevices. you should be seeing the list of UDID’s if you have added any


<key>ProvisionedDevices</key>
<array>
            <string>xxxxxxxyyyyyyyzzzzz123333333333></string>
            <string>xxxxxxxyyyyyyyzzzzz123333333333></string>        
</array>

1 comment:

  1. here is the video tutorial i made: https://www.youtube.com/watch?v=ic9WuPnnBL4

    ReplyDelete