InXcode 4UploadAppPublishing an application is what we will introduce in this article. If it is the first time you upload an application, you need to add a program version. The subsequent steps are omitted. If it is an updated version, follow the steps below.
IOS Provisioning Portal and iTunes Connect are not changed. download and install the. mobileprovision file is the same as before.
Step 1: add newVersion on iTunes Connect and set the application state to waiting for upload.
Step 2: Add a key-value in the info. plist file corresponding to Bundle versions string, and the number following short: 6.2 is the version number, which must be later than the previous version.
Step 3: Select Run in the upper left corner. Then an edit Scheme will pop up and select Archive: Modify as follows:
Destination: iOS Device, Build Configuration: release, Options, and click Done .(Xcode 4Integration of related tools (All in One), integrating Organizer and Application Loader ., xcode4 has the Run/Build Scheme concept, which refers to the previously compiled options such as device/simulator and iOS version. You need to select iOS Device when releasing an application)
Step 4: Check the compilation configuration file:
- Product name, info. plist, version, Target Device Family, iOS Deployment Target, Code Signing Identity etc. (This is consistent with Xcode 3. x)
Step 5: Go to the Product menu> Archive, and then the Organizer will automatically pop up.
Step 6: validate: you only need to enter the user name and password. After the verification is successful, you can click submit to submit it to apple! Success!
- http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/
- Xcode4UserGuide/DistApps/DistApps.html#
- //apple_ref/doc/uid/TP40010215-CH11-DontLinkElementID_69
This is a document that apple officially taught us to upload. Note that this document contains a very serious problem: He said in it that he wants to put the release in the targer --> skip install: if no is changed to yes, but yes is not displayed in acrchives, you do not need to change yes. by default, no. I have been searching for this error for a long time.
Summary: AnalysisXcode 4UploadAppI hope this article will help you with the release of the application!