0
votes

I have downloaded an app from the AppStore and I need to see its provisioning profile which has been used to sign that IPA, following this question I couldn't find the mentioned embedded.mobileprovision file inside the IPA after showing its package contents.

Is there a way to view or dump contents of the profile used to sign that IPA ?

1
"downloaded the ipa from AppStore", hm... Is it a testflight build? - staticVoidMan
App Store apps don't have a provisioning profile; They are signed by Apple so they don't need one. The question you linked to is regarding enterprise builds, which do have a provisioning profile - Paulw11

1 Answers

-1
votes
  1. Change the extension of the *.ipa file to *.zip.
  2. Un-archive this zip file.
  3. Change the extension of the embedded.mobileprovision to embedded.txt or just open it with any text editor of choice.
  4. This file will contain the profile's details like Entitlements, CreationDate, Name of the provisioning profile used in the *ipa