How to Archive and submit the app to app store Xcode 4.2

半腔热情 提交于 2019-12-25 02:24:23

问题


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:


  1. Make sure all your certificates are correct and are installed on your machine
  2. Go to iTunes Connect and create a new application/build [delete as appropriate]
  3. Run Build and Archive
  4. Switch to the Organizer
  5. Select the build that you've just completed
  6. Press the Validate button
  7. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!