iphone - Ad hoc distribution of my iPad app -


I have created an iPad app that I want to send to the other branch of my company. I have an .app file that I want to send it to.

Does this partner have to do something special except to drop this file into iTunes and install it on the device?

Does any item require a Mac with Xcode or how did I get it? I will not have a physical address on my device.

EDIT: This is just a one-stop talk I only want to do some demos.

You do not need Xcode or Mac to install the add-hoc-provisioned app for all your users ITunes is required.

You need to send your UUIDs to your users, which you will need to register in Apple's provisional portal. Download the updated profile and make sure to link it when creating your app for distribution.

I have heard of people, the safest option is to select "build and archive" from the build menu, it will create an IPA file that can be installed via iTunes. If you open the Xcode Organizer after building and archiving, then you can choose your new IPA and save it in the file or send it directly from Xcode with e-mail.

Comments