Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload new Application to App Store

I am trying to upload my first app to App Store. I have completed all the required steps to iTunes Connect and the status of me app is "Waiting For Upload".

I believe that the next step is to use Application Loader to load the binaries file. Am I right?

I launch Application Loader and I choose "Delivery Your App", then from the combo I choose my application and "Next".

In the next screen "Deliver Your App" there is a button called "Choose..." but I cannot understand what I have to choose.

like image 678
Kostas Avatar asked Apr 02 '12 18:04

Kostas


People also ask

How much does it cost to upload an app to the App Store?

Apple Developer account In order to create an iOS app and publish it on the App Store, you are required to register as an Apple Developer . This account cost $99 and must be renewed yearly.


1 Answers

Choose the compressed binary for your app from your disk to upload.

If you are following the instructions from Apple Developer Support Center, you would've done the process of clicking on the app from "Products" tab in Xcode to reveal the binary for your app in "Finder." You would've compressed the app while in "Finder." App Loader is asking you for this compressed binary.

Adding this update: The new Xcode (version 4 and higher) now integrates Apploader much better. You can do the following steps: 1. Plug-in an iOS device that have been provisioned for development 2. Select the device (instead of one of the simulators) as the build target 3. From Xcode, select Product -> Archive to build and archive your product (Xcode will archive your product and launch the Organizer window to allow you to distribute your product 4. While your archive is selected, click on "Distribute" button on the Organizer window to start the dialogue to send your binary up to Apple.

like image 151
Sunny Avatar answered Oct 20 '22 20:10

Sunny