2

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.

jscs
  • 63,694
  • 13
  • 151
  • 195
sujay
  • 1,845
  • 9
  • 34
  • 55

2 Answers2

4

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.

Roger
  • 15,793
  • 4
  • 51
  • 73
  • Where can i get application loader utility, can you please brief it in detail about it – sujay Mar 28 '11 at 10:28
  • I have downloaded application loader,while uploading my app through this i am getting the following error "app is not in valid location it should be at top level of archive" – sujay Mar 28 '11 at 11:18
1

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
Jirapong
  • 24,074
  • 10
  • 54
  • 72