Reputation: 1052
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
Reputation: 11
You can build and distribute with https://appcircle.io Its very user friendly and free
Upvotes: 1
Reputation: 343
There are multiple ways to distribute the build to users.
You can upload build on app store & distribute with help of TestFlight. Check out this
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