1

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

Saad
  • 8,857
  • 2
  • 41
  • 51
navjot
  • 31
  • 1
  • 3

1 Answers1

1

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.

Joe Barbour
  • 842
  • 9
  • 14