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.
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, while application Loader.app is more stable than the Xcode upload )
2, Login to the developer center after configuring the publishing certificate, and download to the local installation, the operation steps such as:1) Click the Certificate Management button in the 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 the certificate, download and install it locally .
Note Double-click Install if prompt cannot be installed, simply drag the certificate into the certificate list
Figure 10
>>>>>>>>>> Part II <<<<<<<<<<<<
>>>>>>>>>> Part III <<<<<<<<<<<<
Xcode7.1 iOS app to AppStore process (Part One)