Reprinted from: http://blog.csdn.net/mad1989/article/details/8167529
Latest update on April 9, January 14, 2013: the new version is submitted for review
When the new project is launched in the appstore after many levels, the maintenance problem will occur one after another, so the new version submission is not so complicated, if you have understood the above tutorials, the new version will be worth your attention.
1. First, you need to modifyCodeThat is to say, you need to have updated content, such as functions, such as bugs (seemingly nonsense)
2. After confirming that everything is OK, you need to set the version and build number of the project, the new version
Version indicates the external version number (which can be seen by itunesconect and appstore users). Build cannot be seen by others and can only be seen by developers themselves, which is equivalent to the internal version number. [When updating the version, it must be higher than the previous build number]
3. log on to the ituneconnect website and click Add new version on the right side of the project. A prompt is displayed, indicating that the version name and update content are entered. After the change, click Save.
4. Review the new version name and updated content in detail on the website, and check whether there is any need to replace it. Click ready to binary in the upper right corner and complete the settings on the website. Next, xcode submits a new project. [Note this setting as follows]
You can choose to automatically update to the app store after the review is passed, or manually control the update, which is user-friendly.
5. xcode sets codesign identity as the issued certificate, divice selects iosdevice, and then builds and archive, which is the same as the first release above.
6. Open the Archive tab on the organizer interface. After checking whether there are any errors, verify the validate and then distribute.
After waiting, if there is no problem, refresh the itunescnnet website and the status of your new project changes:Waiting for review