views:

42

answers:

2

Hello

I develop iPhone applications and some of managers want to have development snapshot version on their devices. Does anybody knows how make it in right way?

thank you

A: 

you'll need to buy apple's ios developer enterprise license $299. see: ref § in-house distribution.

ref: http://developer.apple.com/programs/ios/enterprise/

alien052002
+1  A: 

If they just want to test a dev build as the app is being developed, you can use the standard license and just distribute ad hoc builds. Here's a pretty good, quick guide:

http://tinyurl.com/2v949g7

jmans
Making Ad Hoc Distribution certificates and builds is a fairly common process to let management try out an app in development. Make sure whatever snapshots you pick for management are at least sanity tested recent versions, and not just the latest random checkin from source control.
hotpaw2