views:

48

answers:

2

I'm developing an iPhone app, and would like to distribute it to some of my non-technical friends and family members for testing and feedback. I've got their UDIDs, and I've added them to my provisioning profile, but they still can't load the app or the profile.

I've got a feeling that they need to have their phones enabled for development, which is fine for local folks, since I can plug their phones into Xcode. What I don't know is how to deal with remote, non-technical people. Is there any way for them to enable their phones using iTunes so that they can load development builds, or does the phone absolutely positively have to be plugged in to Xcode? Most of my friends outside the valley don't even know anyone with a Mac, let alone a developer. Is there any way I can get them testing?

A: 

Create an ad-hoc distribution. The Provisioning Portal has walkthroughs on what to do.

Dave DeLong