Reputation: 247
how can i create AD Hoc distribution for my iphone product.
Upvotes: 2
Views: 477
Reputation: 5852
I wrote a lengthy tutorial on this with screen shots here: http://www.cannonballbounce.com/content/iphone-wireless-ad-hoc-app-distribution
Upvotes: 0
Reputation: 4701
Go into www.developer.apple.com > Login > iOS dev centre > Provisioning portal
In Provision > Distribution generate a new profile using "ad hoc" distribution
Download the provisioning profile. Add it to iTunes using drag and drop or File > Add to Library
In Xcode create a new archive by right click on the project > Edit scheme > Archive > Ok
In the Xcode > Window > Organizer select the archive and click share
To use iTunes to sync the app select iOS App Store Package (.ipa)
Find the generated file in Finder and add to iTunes
Attach the device to iTunes and perform a sync to add the application
See:
Upvotes: 0
Reputation: 170309
Also, make sure you read and follow Craig Hockenberry's instructions to the letter. They will save you a lot of time.
Upvotes: 1
Reputation: 46051
When you are logged into the "iPhone Developer Program Portal", download and read the "Program Portal User Guide" which is on the right. Following that guide solves a lot of problems.
Upvotes: 2