-1

I have some remote beta-testers who are not at all technically savvy. They are going to be testing a native iPad app. They are in another country.

I need to add their iPads to my Apple Developer account. What is the easiest way to get them to add their machines to my Developer account. I need the very simplest approach.

whatdoesitallmean
  • 1,586
  • 3
  • 18
  • 40
  • 2
    do you have enterprise account? If not I suggest you to get one, that way you dont have to collect `UDID's` ,all you need to do is just create `.ipa` archived file and put it into a web server anyone with the link can install your app. – SpaceDust__ May 02 '13 at 14:36

1 Answers1

2

Use a UDID app like this one to get their UDIDs and add them to your provisioning profile.

Then use TestFlight for distribution.

TestFlight will send your testers an email with a link where they can download the app. No iTunes, no Xcode.

That is the easiest way!

woz
  • 10,888
  • 3
  • 34
  • 64