sujay
sujay

Reputation: 1845

AppStore: upload app itself

I have to upload an app to the AppStore. I have uploaded the icon and screen shots, but there is no option to upload the app itself. How to do this? Thanks in advance.

Upvotes: 2

Views: 619

Answers (2)

Jirapong
Jirapong

Reputation: 24256

if you have XCode 4, do this

iTunes Connect

  1. Go to your ITunes Connect - where you enter App Detail
  2. Click "View Detail"
  3. See top right - "Ready to upload binary" - click it

from your Xcode 4 - after setup all provision

  1. Click Product -> Build For - Build for Archiving
  2. Click Product -> Archive, it will open Organizer if nothing wrong
  3. then click Submit...
  4. follow the step

Upvotes: 1

Roger
Roger

Reputation: 15813

You need to use Apple's "application loader" utility.

Documentation here

Also note that this is now built in to the latest version of Xcode.

Upvotes: 4

Related Questions