Qrow Saki
Qrow Saki

Reputation: 1052

How do I install an IOS app onto someone's phone for testing without App Store?

I am making an IOS app. I want somebody to test it for me. I already added their device and UDID onto my list of 100 devices that are okay to install on.

I archived a build on my computer. So now what do I do? Can I email to them and they can just download it? That doesn't seem right, but...or I do have to an outside service for them to download? I'm just confused on how to get the app file onto their phone so they can use it.

Upvotes: 1

Views: 890

Answers (2)

user14346611
user14346611

Reputation: 11

You can build and distribute with https://appcircle.io Its very user friendly and free

Upvotes: 1

Anis Mansuri
Anis Mansuri

Reputation: 343

There are multiple ways to distribute the build to users.

  1. You can upload build on app store & distribute with help of TestFlight. Check out this

  2. Diawi

  3. App Box

  4. You can use Bitrise.

With options 2,3,4 app installation URL will be generated. User will able install build easily If their UDID is added.

Upvotes: 2

Related Questions