From: http://www.cnblogs.com/ChinaKingKong/p/4957682.html
Foreword part
Before the app to be on the shelves encountered some problems to the online search in the tutorial found are some of the old version of the tutorial, the current itunesconnect have been iterative several versions and the previous
Interface style or there is a big difference, after their own toss for a long time to finally put their own app shelves, so always want to write a new (Xcode7.1~os X 10.10.5)
App shelves tutorial, but because of work busy and so on various reasons procrastination finally wrote this article, just have a friend's app let me help him shelves to take this as an example to explain the good,
By the way to help his newly developed app to make an advertisement; Hey! Before the SVN tutorial because too much frustration is divided into several parts submitted, it seems that the tutorial will be divided into several parts
Too much to do.
Part 1
1. Website address
Apple Developer Address: https://developer.apple.com/membercenter/index.action
ITunes Connect Address: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng
Application LOADER.APP:HTTPS://ITUNESCONNECT.APPLE.COM/APPLOADER/APPLICATIONLOADER_3.0.DMG
(Application Loader.app is used to upload a packaged. IPA file that is sometimes found directly via Xcode and is not available in itunes Connect, and application Loader.app is more stable than the Xcode upload)
2, Login to the developer center after configuring the release certificate, and download to the local installation, operation steps such as: 1) Click on the Certificate Management button 1 to enter the certificate management interface
Figure 1
2) Click on the plus sign shown in 2 to enter the Add certificate interface
Figure 2
3) 3 Note the Add Publishing certificate here should select the app Store and HOC that the arrow refers to
Development under the development environment of the certificate, production under the production environment of the certificate
Figure 3
4) Click Next to add a locally generated key and certificate Association 4
Figure 4
5) Enter the launchpad point to open other categories select the key access string here to generate the local key 5
Figure 5
6) Request a certificate from a certification Authority 6
Figure 6
7) Use the email request Certificate of the registered Development Account 7
Figure 7
8) Click Continue to generate key file (certificatesigningrequest.certsigningrequest) to local 8
This key is suitable for publishing, real machine debugging, push and other certificate creation recommendations do not delete after you run out
Figure 8
9) Add the upload key file to match the certificate 9
Figure 9
10) Next ... After you create a certificate successfully download and install it locally 10
Note Double-click Install if prompt cannot be installed, simply drag the certificate into the certificate list
Figure 10
Part2
Foreword part
Part Two explains the creation of IOS App IDs, profile configuration, and the process of profile installation.
First,the creation of IOS App IDs 1) Go to 1 and click the plus arrow in the upper right corner to enterIOS App IDs add -on interface
"Figure 1"
2) Fill in the app IDs information 2/3
"Figure 2"
"Figure 3"
3) Submit the information after completing the completion 4
"Figure 4"
II. Configuration Profile Information 1) Click on the left provisioning profiles-->distribution menu item to enter the Publish Certificate profile Configuration Interface 5
"Figure 5"
2) Select App Store to configure the Publish certificate summary information 6
"Figure 6"
3) Associate the profile with our previously added app IDs 7
"Figure 7"
4) Associate the profile with the publishing certificate we previously configured 8
"Figure 8"
5) Configure the profile file to download and save to local >>over 9/10.
"Figure 9"
"Figure 10"
6) If you want to modify or delete the file after the configuration is done 11
Part3
Foreword part
Part Three mainly explains the configuration of the release certificate for the Xcode Association binding, the creation of the app information, the use of application loader upload. IPA file to AppStore
I. Xcode configuration release certificate information 1) Bind app ID to app and add team account 1
"Figure 1"
Note: The yellow warning in the figure fix Issue can fix some problems, but do not click this button easily, if there is more than one certificate under the account, he will automatically delete
The previous certificate information.
2) Select the associated installation release certificate for the application 2/3
"Figure 2"
"Figure 3"
3) package Our App 4
"Figure 4"
4) export. IPA file to local 5/6
"Figure 5"
"Figure 6"
Second, create app information through Itunesconnect 1) login to Itunesconnect after entering the app management interface Select Click "My App" Item 7
"Figure 7"
2) New app information 8/9
"Figure 8"
"Figure 9"
3) Upload Appscreenshot to capture 4 images per size for each size
"Figure 10"
4) Fill in the project introduction, keywords, technical support website and other information 11
"Figure 11"
5) Build version via application loader upload 12/13/14
"Figure 12"
"Figure 13"
"Figure 14"
6) Add rating, copyright holder information, pricing, classification Click Submit Audit, then the entire process of app shelves completed 15/16
"Figure 15"
"Figure 16"
Xcode7.1 iOS app to AppStore process