Reputation: 331
I need to create an IPhone app as an alternative interface to our commercial application. Our application is sold to Hospitals and installed at their location. How do I distribute this IPhone app to the doctors that practice at the individual hospitals?
Upvotes: 0
Views: 469
Reputation: 323
Use AdHoc distribution to compile a copy with a special provisioning profile that allows him to install it on his device through iTunes. AdHoc distribution allow you to share your application with up to 100 other iPhone or iPod touch users, and you can share your application through email or by posting it to a web site or server.
Upvotes: 0
Reputation: 323
you can use adhoc type under distribution deployment reference link is: http://developer.apple.com/iphone/my/distribution/index.action
Upvotes: 0
Reputation: 994
Apple has a separate Developer Account type for developing and distributing apps that are not distributed through the App Store. The price is steeper ($299 instead of $99).
Details are on apple's site here: http://developer.apple.com/iphone/
Upvotes: 1