First, create the APP corresponding (distribution certification) publish the certificate, Distribution Provisioning profile (release authorization file), ID.
- 1
(1) Login to the Developer Center website and click.
- 2
(2) Click on Figure 1 to enter (2). Select IOS Apps
- 3
(3) Create the certificate and click on the certificates in the 2 graph to enter. You can see that a certificate has been created in this diagram, and the type of certificate is development. We need to create a distrubition certificate and click the + button in the top right corner.
- 4
(3.1) Click the + button in Figure 3 to enter the following interface, you can see that there are two types of certificate on the interface,
Development and Production. Test Certificate Select IOS App development. Publish certificate Select App Store and Ad Hoc. We need to publish an application, so choose to publish the certificate.
- 5
(3.2) Click Continue in Figure 4 to enter the following interface, which means to create a CSR file, as well as the CSR file creation steps.
- 6
(3.3) CSR file creation Process: 1, find keychain access on your own computer (other
Inside). Keychain Access, certificate Assistant, request a certificate from a certification authority.
When checked in, the "user email address" In this image must fill in the email address used by the developer account, select Save to disk, and click "Continue". The CSR file was created successfully.
- 7
(3.4) Go back to the developer center and continue with 3.2 steps. 3.2 Click Continue in the image. Enter, click Choose File to select the CSR files that you just created, click Generate, and go to the next step.
- 8
(3.5). The certificate was created successfully, click Download to download the certificate, and double-click to install the certificate.
- 9
(4.0) After the certificate is created, the ID is created. Click Identifiers->app IDs to enter, click on the top right
The + sign button for the corner.
- 10
(4.1) Enter, Name can write a random string, but can not include &,@,. , * "" and other special characters.
- 11
(4.2) swipe down to see if you choose the first one must fill in a fixed string such as "Com.qf.test". The second can be used as a wildcard ID such as "com.qf.*".
- 12
(4.3) Click Next Submit Submit, APP ID created successfully
- 13
(5.0) Create Provisioning profile, click Provisioning Profiles. Enter. Click the + Sign button in the top right corner;
- 14
(5.1) Click on the + sign to enter, select APP Store click Continue.
- 15
(5.2) Click Continue to enter, select the app ID you just created. Continue.
- 16
(5.3) Go to select the certificate you just created
- 17
5.5,continue after entering, fill in the string, click Generate.
- 18
5.6 Profile created, click Download, and double click to complete the installation
END
- 1
(1.0) Login Itunesconnect Enter the interface and select the first My Apps. Other modules, students
We can search the Internet for what role.
- 2
(1.2) Click on My apps to enter the interface, you can see the list of previous apps, create new apps need to click on the upper left corner of the + sign.
- 3
(1.3) Click on the + sign to enter. The name in the figure is the app name and must be unique, Primarylanguage Select the supported language, bundle ID, select the bundle ID you created above. Version is your application build number. SKUs are generally the same as Bundle IDs. After filling out Create.
- 4
(1.4) Create after the interface, the default check Versions. is to fill in the version information, the app Videopreview and screeenshots upload each different screen resolution, such as 4.7, upload iPhone6, up to 5.
- 5
(1.5) Like sliding, entering, Description refers to the application of descriptive information, that is, introduction, key Words is the keyword, suppert URL is the supported URL.
- 6
(1.6) Fill down sliding, enter, Icon upload 1024*1024 application icon.categery that is the classification of the application. Rating Applicable age group, click Edit Editing age information, if the application design yellow gambling poison will need to select the corresponding classification. The copyright on the right is the company name. Fill it out and continue like a slide move.
- 7
(1.7) Enter, contact information that is contacts information, Demo account if your application has login registration, you need to give a test number here.
- 8
(1.8) Click the Save button in the upper right corner of the page to save the basic information.
- 9
(1.9) Click on the price above to edit the purchase and date and release information. Enter. The default publishing country is all countries, if only in one country, you need to click specific territories for editing.
- 10
(2.0) Save after clicking Save, after saving, the status is Prepare for submission.
END
- 1
(1) Xcode must be more than 5.1+, fill in the bundle ID in Info, and apply the name
- 2
(2) Builid Settings inside Valid architectures must support arm64
(3), Build Setting inside, select the certificate corresponding to the profile
(4)
(5) General Select the supported system number and device, as well as the horizontal screen or a few screens.
(6) Set icon and Default.png
(7), select IOS device.product->archive
(8) Enter, select Distribute.
(9) Enter, select the first, second to use when packaging the application
(10) Next entry
(11) Next entry
(12) Click Submit to start submitting the application