Christos Hayward
Christos Hayward

Reputation: 5993

How can I install an app on one of the hundred ad hoc installations I am allowed?

I've been reading and working through https://developer.apple.com/legacy/library/documentation/ToolsLanguages/Conceptual/YourFirstAppStoreSubmission/TestYourApponManyDevicesandiOSVersions/TestYourApponManyDevicesandiOSVersions.html, right up until the point where it says to drag the *.mobileprovision to iTunes, and it says, "Double-click the app archive (the file with the .ipa extension)."

I am presently unable to find a program of my own having a file with a .ipa extension, and therefore unable AFAICT to run my app on an iOS device yet.

The documentation I was reading is legacy documentation, but I didn't notice a link to anything newer.

I have several things in place now, including a Testing_.*mobileprovision dragged into iTunes, but I am having trouble identifying the last step(s) to get my app to run on my machine.

What can I do next to get the app to run on my machine?

Thank you,

Upvotes: 0

Views: 43

Answers (1)

Mark McCorkle
Mark McCorkle

Reputation: 9414

You have to export the app using Xcode Organizer, Archives, Distribute, Save for Enterprise or Ad Hoc Depoloyment. Sign it with your Ad hoc profile. Then you will have an ipa to install.

Upvotes: 1

Related Questions