Now carefully write a process for uploading applications, hoping to help people who need it.
Upload app First step: Go to Apple Developer Center Https://developer.apple.com/account/ios/certificate/certificateList.action?type= Developmenta follow the signs in the picture to first go to the project registration of the app IDs if there is no need to re-registration, upgrade version of this app ID can not become, an item can have only one ID, OK now copy and paste the created ID into your app's plist file Bundleid, plist list has a bundle versions string, short this should be filled in is your app version number, After writing here, go to the picture below to see if there is any change, if it is consistent with Bundleid.
Now go to the location on the image to modify release release when the application is selected release, debugging time to choose Debug
Part II: Now go to the developer Center to apply for a publishing certificate,
Click on the + sign here to add a certificate
Choose the first one here, if the first one becomes gray and not optional go to the previously generated certificate to delete some of the created but no use, here is optional, create a certificate need to select a file after the upload
Turn on the computer's force keychain
Create a certificate click on save on disk and then be created on the desktop, now pass this certificate to our release certificate above
Just upload it here.
Part III: Okay, now it's the third one.
Create a Release profile
Just choose App Store and Next
The app ID of our project is selected here
This is the time to select the published certificate of our application.
The name of the best specification, the front of the name of the project, the back stitching if the test certificate to the dev end, if the certificate is issued in Dis end
Download the created profile down and double-click Install, then click Done
Fourth: Now we go back to the project configuration of some things, the configuration is ready to go online
Here provisoning profile Choose your Release certificate, the above code signing are selected as the description of their project now clean the project, plug in the phone to compile, see if there is no error, if the compilation passed the next step
Xoce options that appear right-click
Click to deliver your app
Find this site of the project, right click on the show in finder
The right button compresses the palm, which is your project.
Now, it's time to deliver the application, just pass your compressed project package up.
The
If you see this page, then congratulations, you finally put the package on the project to pass up
The final step: now we go to itunce and fill in some stuff and we're done.
Https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app
Here click on the + number can be added to the application, the project to fill in some of the situation after the save to submit the review, you can see the status of the audit
Now we finally put the project up, in the upload process may encounter some problems, you can give me a message ~
IOS upload app to AppStore detailed version