I have to upload an app to the AppStore. I have uploaded the icon and screen 开发者_JAVA百科shots, but there is no option to upload the app itself. How to do this? Thanks in advance.
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.
if you have XCode 4, do this
iTunes Connect
- Go to your ITunes Connect - where you enter App Detail
- Click "View Detail"
- See top right - "Ready to upload binary" - click it
from your Xcode 4 - after setup all provision
- Click Product -> Build For - Build for Archiving
- Click Product -> Archive, it will open Organizer if nothing wrong
- then click Submit...
- follow the step
精彩评论