views:

53

answers:

1

I'm developing an iphone app for a client. How can he see the work-in-progress of the app on his iphone and other different iphones?

+2  A: 

Look up adhoc distribution in iTunes Connect.

Graham Perks
Graham, thank you! I have the Ad_Hoc_Distribution_Profile.mobileprovision.... but how do I create the application file in xcode?
Gueri
Build the app and find the .app file in the `build` directory within your project directory.
iWasRobbed