Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Go into www.developer.apple.com > Login > iOS dev centre > Provisioning portal</p> <p>In Provision > Distribution generate a new profile using "ad hoc" distribution</p> <p>Download the provisioning profile. Add it to iTunes using drag and drop or File > Add to Library</p> <p>In Xcode create a new archive by right click on the project > Edit scheme > Archive > Ok</p> <p>In the Xcode > Window > Organizer select the archive and click share</p> <p>To use iTunes to sync the app select iOS App Store Package (.ipa)</p> <p>Find the generated file in Finder and add to iTunes</p> <p>Attach the device to iTunes and perform a sync to add the application</p> <p>See:</p> <p><a href="http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/ios_development_workflow/145-Distributing_Applications/distributing_applications.html" rel="nofollow">http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/ios_development_workflow/145-Distributing_Applications/distributing_applications.html</a></p> <p><a href="https://developer.apple.com/library/ios/#recipes/xcode_help-scheme_editor/Articles/SchemeArchive.html#//apple_ref/doc/uid/TP40010402-CH6" rel="nofollow">https://developer.apple.com/library/ios/#recipes/xcode_help-scheme_editor/Articles/SchemeArchive.html#//apple_ref/doc/uid/TP40010402-CH6</a></p> <p><a href="https://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html" rel="nofollow">https://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload