Alex
Alex

Reputation: 11157

distribute ipa to phone not added to the provisioning profile

How can i distribute an ipa to phones that are not added to my provisioning profile? i'm interested in not using TestFlight for some other technical issues. Do i require an enterprise apple account?

I found an example online. Here are some captions:

enter image description here enter image description here enter image description here

Upvotes: 0

Views: 62

Answers (1)

rckoenes
rckoenes

Reputation: 69499

Ad-Hoc profile signed apps can only be installed on device which UDID are registered in the profile.

You could use an Enterprise account to sign the app as an inHouse app, which will allow you to install on any device. But the Enterprise account only allows you to distribute to employee of the company on which name the account is registered.

Upvotes: 1

Related Questions