Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>Edit</strong>: I wrote this post a long time ago. Since then, services such as <a href="https://www.testflightapp.com/" rel="noreferrer">TestFlight</a> have come along which do this entire process. This is really the way to go!</p> <p>You need to make an ad hoc build which your friends can install on their phones. It's a bit of a pain, but basically, the procedure goes like this:</p> <ol> <li>Go to the Apple Developer Center's Provisioning Portal and register their device ID's. You will need to have your friends <a href="http://www.prime31.com/iphone/providing-your-iphone-device-id-to-a-developer/" rel="noreferrer">give you their device ID's</a>, which can be done by clicking on the "Serial Number" field in iTunes on the device page.</li> <li>Generate a distribution certificate for ad hoc distribution in the Provisioning Portal under Provisioning -> Distribution</li> <li>Download that certificate yourself (the .mobileprovision file) and install it into Xcode by dragging it on the Xcode icon.</li> <li>Duplicate your "Release" build setting in Xcode for an Ad Hoc build. Everything should be the same as Release, except in the "Code Signing" section you will want to select the new Ad Hoc profile generated in step 3.</li> <li>Make an Ad Hoc build by going to Build -> Build and Archive</li> <li>When Xcode brings up the organizer window, right click on the archived build and make a .ipa file by saving it to disk</li> <li>Tell your friends to drag the mobile provisioning profile to the iTunes icon (or with File -> Open for windows users) to install it on their phone.</li> <li>Tell your friends to drag the .ipa file you made into iTunes, and sync their phones</li> </ol> <p>At this point, the app <em>should</em> be installed on their phone, but lots of things can go wrong, so you should definitely read <a href="https://developer.apple.com/ios/manage/provisioningprofiles/howto.action" rel="noreferrer">Apple's documentation on the subject as well</a>.</p> <p>Note that this procedure won't work unless your friends are using iTunes to sync applications with their phones. Also, as noted, you will need to be a paying developer in ADC to even access any of the Provisioning Portal stuff.</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