The first attempt, or a more tedious process.
1, first you need to have an Apple developer developer account and log in to the background.
To create a publisher certificate, you can see that I have created a developer certificate, and the following is the newly created publishing certificate.
The steps to create are as follows:
Turn on keychain management for your Mac,
Generate a Certificatesigningrequest.certsigningrequest file, and then create a new certificate, such as:
Then the generated certificatesigningrequest.certsigningrequest file is selected for upload, a certificate file is generated, and a double-click installation is downloaded.
To view keychain Access again, you can see the certificate:
App ID and device re-debug should have been created, ignore this step, and then create a new provisioning profiles, such as:
Then download the installation
Then do some prep work, post it to the App Store, first into the developer center and into itunes Connect
Then add a new app and fill in the information you want to change.
Prepare to complete, then open Xcode, open code Engineering, set the project properties, mainly bundle ID building setting inside the code signing
Select the corresponding publishing certificate, and then prepare the package.
When packaging, the target must choose iOS devices, otherwise the product->archive option is grayed out
Select Xcode->product->archive to package an IPA file, such as
Then select Distribute
Upload to Apple server and wait for approval.
Of course, you can choose the second item, save it locally, and then go to run the installation. Or use the Xcode tool application loader to upload, but this tool often because of network problems, and a lot of obstacles, it is recommended to use Xcode directly upload.
Select application in Finder (applications), right-click to select xcode-> Display package Contents->contents->applications->application Loader
Open Application loader will appear login screen, the same login to the Developer Center account login, the first login will appear a accept agreement page, hit √ Continue on the line
C. After you choose Deliver Your App, you will be in the developer center to fill in the project, is waiting for the upload status, choose to upload an IPA.
4. Upload successful and then return to the Developer Center, refresh the page will find the project is waiting for approval status, the normal audit cycle is 5 business days
Packaging time Some resources are necessary, or will upload verification failure, Icon.png icon-72.png icon-76.png default.png, etc.
You can search for other materials in detail.
Another article about QML deployment and development of iOS apps:
HTTP://WWW.SEANYXIE.COM/QT-QML Mobile Development Introduction to developing and deploying app processes on iOS/
More detailed steps: Ios-app application Publishing to App-store process
Ios-app application Publishing to the App-store process