Is it possible and how to grab that information about profile just from existing *.ipa file?
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.
I can give you a direction in this, not sure if it’ll actually help:
*.ipafile to*.zip.*.appfile. Open its package contents by right clicking it.embedded.mobileprovisionfile.EDIT- Since Xcode 6 doesn’t show the provisioning profile, I’ll extend the answer to still see the details:
embedded.mobileprovisiontoembedded.txtor just open it with any text editor of choice.Entitlements,CreationDate,ExpirationDate,Name, etc which will be sufficient to conclusively lead you to the provisioning profile used to create the.ipa.Hope it’ll help!