Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

do iphone app beta testers need a developer's license?

I'd like to distribute my app to a beta tester (ad hoc distribution). Do they need to have the apple developer's license? Do they need a Mac? Or is it enough for them to just have iTunes?

also, is the ad hoc distribution process different for Xcode 4? I know the process for submitting it to the app store is different.

like image 436
Paul Avatar asked Feb 24 '23 10:02

Paul


2 Answers

Taking your questions in order:

  1. Beta testers don't need a developer licence.

  2. Nor do they need a Mac.

  3. They don't even need iTunes. (You can deploy via a link they open in Safari on the device itself.)

  4. The process is somewhat different for Xcode 4. (It's quite a bit easier that said.) Whilst I don't like to link to off-site resources, there's a very good blog article that details ad-hoc provisioning using Xcode 4 at: http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/

like image 152
John Parker Avatar answered Mar 03 '23 21:03

John Parker


ad hoc distributin works via itunes. only the perso who makes the app needs a developer account. you will need to provision the app you make to all the devices you want it to install on. via itunes this involves the insane process of clicking on a long serial number which does not look at all clickable to reveal an even longer uuid.

not sure about xcode 4 compared to anything else. only ever used one version of xcode.

like image 31
Billy Moon Avatar answered Mar 03 '23 21:03

Billy Moon