Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Build your App into an .app file with a "Release" schema:</p> <pre><code> xcodebuild -target "${PROJECT_NAME}" -sdk "${TARGET_SDK}" -configuration Release </code></pre> <p>Package your App as an .ipa:</p> <pre><code>/usr/bin/xcrun -sdk iphoneos PackageApplication -v "${RELEASE_BUILDDIR}/${APPLICATION_NAME}.app" -o "${BUILD_HISTORY_DIR}/${APPLICATION_NAME}.ipa" --sign "${DEVELOPER_NAME}" --embed "${PROVISONING_PROFILE}” </code></pre> <p>Then, run <strong><code>Application Loader</code></strong> (Download/Install <a href="https://itunesconnect.apple.com/apploader/ApplicationLoader_2.9.dmg" rel="noreferrer"><strong><code>Application Loader 2.9</code></strong></a> if necessary):</p> <pre><code>open -a /Developer/Applications/Utilities/Application\ Loader.app </code></pre> <ul> <li><p>After it opens select "Next"</p> <p><img src="https://i.stack.imgur.com/0D6kD.png" alt="enter image description here"></p></li> <li><p>Enter your iTunes Connect Apple ID and Password and select "Next"</p> <p><img src="https://i.stack.imgur.com/Qxofv.png" alt="enter image description here"></p></li> <li><p>After your authenticated select "Next"</p> <p><img src="https://i.stack.imgur.com/7KQrk.png" alt="enter image description here"></p></li> <li><p>Select your App and click "Next"</p> <p><img src="https://i.stack.imgur.com/z7b0b.png" alt="enter image description here"></p></li> <li><p>Confirm App compatability</p> <p><img src="https://i.stack.imgur.com/9S6vm.png" alt="enter image description here"></p></li> <li><p>"Choose" the binary file to upload</p> <p><img src="https://i.stack.imgur.com/xZhCJ.png" alt="enter image description here"></p></li> <li><p>Select and click "Next"</p> <p><img src="https://i.stack.imgur.com/BxERA.png" alt="enter image description here"></p></li> <li><p>Start the upload by clicking "Send"</p> <p><img src="https://i.stack.imgur.com/zBQ9i.png" alt="enter image description here"> </p></li> <li><p>It will will take a few moments to authenticate through the iTunes Store</p> <p><img src="https://i.stack.imgur.com/smVu0.png" alt="enter image description here"></p></li> <li><p>Once complete, your app package has been uploaded to the iTunes Store. Click "Next"</p> <p><img src="https://i.stack.imgur.com/iF0Cn.png" alt="enter image description here"></p></li> <li><p>You are "Done"!</p> <p><img src="https://i.stack.imgur.com/wXVQI.png" alt="enter image description here"></p></li> <li><p>Your App will show a Status of "Upload Received"</p> <p><img src="https://i.stack.imgur.com/CVorH.png" alt="enter image description here"></p></li> </ul> <hr> <p>Links:</p> <p><a href="https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf" rel="noreferrer">Apple Doc - Using Application Loader</a></p> <p><a href="http://blog.octo.com/en/automating-over-the-air-deployment-for-iphone/" rel="noreferrer">automating-over-the-air-deployment-for-iphone</a></p> <p><a href="http://help.appmakr.com/entries/218997-how-to-upload-your-app-to-itunes-connect-using-application-loader" rel="noreferrer">How To Upload Your App To iTunes Connect Using Application Loader</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