navjot
navjot

Reputation: 31

Install .ipa file on iPhone without a provisioning profile?

I want to generate a .ipa file, so that I can install it with iTunes without a provisioning profile.

Upvotes: 1

Views: 6829

Answers (1)

Joe Barbour
Joe Barbour

Reputation: 842

You cannot do this on an un-jailbroken device the app will simply not install if it does not contain a registered provisioning profile.

The best way if you don't want to create one provisioning profile for one particular app is to use a Team Provisioning Profile wildcard and build out straight from Xcode your connected device.

Upvotes: 1

Related Questions