I am looking for a way to validate an IPA or mobileprovision file, to see if all my test devices have been added before i distribute the app for beta-testing.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open the
.mobileprovisionfile in a text editor. The devices included will be listed under the ProvisionedDevices element of the plist section.If you use testflight, it automatically compares the devices in the profile with your registered testers.
An IPA’s contents can be inspected by copying the file, renaming it as
.zipand unzipping it. Inside there you will find.mobileprovisionfiles.