I can give you a direction in this, not sure if it’ll actually help:
- Change the extension of the
*.ipafile to*.zip. - Un-archive this zip file.
- The folder contains a
*.appfile. Open its package contents by right clicking it. - Inside, you’ll find an
embedded.mobileprovisionfile.
EDIT- Since Xcode 6 doesn’t show the provisioning profile, I’ll extend the answer to still see the details:
- Change the extension of the
embedded.mobileprovisiontoembedded.txtor just open it with any text editor of choice. - Inside, you’ll find some binary data and a hash that contains the profile’s details like
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!