1. Login developer.apple.com
2. Click Member Center Backward
3. Click Certificates identifiers to enter
4. Click Certificates, first create the app IDs
5. Next create the corresponding certificate development is the certificate in the development environment, production is the certificate under the production environment (to AppStore upload), the corresponding push certificate is not much said.
6. Clicking Next will let you choose local generate local key and certificate association, see
7. Generate the key file locally. Find the keychain access in Launchpad, create a local key file see
PS: User email Address write the email address of the developer account , CA address not write
Final build such as file
8. After the local key file is generated (the local key applies to the creation of environment certificates such as push release development, do not delete it after the proposal is created), then step 6 completes the certificate creation.
9. Create the configuration file, see
After all the steps are complete, the certificate and configuration file and bundle ID are created. The rest is set in the local project
10. Add your Developer account and password to the project, see
11. Set build Settings, see. Debug corresponds to the development of the certificate and development of the configuration file, release corresponding to the release certificate and publish the configuration file, development corresponding to the test environment, production corresponding to the production environment. Please select the corresponding certificate and configuration file according to the actual situation.
12. Change the bundle ID (consistent with the bundle ID created on developer) and bundle name (app name)
13. Modify scheme (change to release version) and run the device (modified to IOS device form), see
14. Before packing, go to Https://itunesconnect. apple.com Create app name fill in the corresponding application information, 3.5 inch 4 inch 4.7 inch 5.5 inch photos each 5, basic application information and manual release and automatic release version and so on.
15.archive packaging, select certificates, profiles and scheme according to requirements (upload or test), see
Xcode will automatically bounce to the organizer interface
16. Select Submit will pop up a box to select the account, select the appropriate developer account, if you encounter problems, it is recommended to re-download the certificate with the key, or re-create the certificate.
17. Select Export, then select the second save for ad hoc deployment, generate the local IPA file package for testing, and next will be poured out to the local.
18. The above is the project to the AppStore release of the entire process, may not be very detailed, I hope to help you, if you have questions welcome message
Uploading iOS projects to the AppStore step process