问题
Can someone help me step by step how to archive and submit the app to the app store. in Xcode 4.2 I have been searching on YouTube and over the net they all are incomplete Please help me in detail
回答1:
- Make sure all your certificates are correct and are installed on your machine
- Go to iTunes Connect and create a new application/build [delete as appropriate]
- Run Build and Archive
- Switch to the Organizer
- Select the build that you've just completed
- Press the Validate button
- If that went well, press the Submit button
There are lots of things that can go wrong, unfortunately. But you give zero information on what you've tried or what's didn't work. Apple's documentation is pretty thorough. I'd recommend reading that rather than searching for random YouTube clips. Apple also allow you to download videos from many WWDC talks, including ones about using Xcode.
回答2:
I don't believe you are required to archive your app to submit to the App Store. The method I've used going back to 3.x is to show your product myApp.app in Finder, then compress it. It should zip the file up, and you can submit it through the Application Loader. Hope this helps.
回答3:
Apple added video tutorials that explain exactly how to do this. Log in to iTunes connect using your iOS developer program credentials. Once you're logged in, go to "Manage You Apps". At the bottom of the page, there is a video tutorials section that has two tutorials - "Adding An App" and "Delivering Your Binary".
I believe these are what you're looking for.
来源:https://stackoverflow.com/questions/8448589/how-to-archive-and-submit-the-app-to-app-store-xcode-4-2