The latest iOS Release App Store detailed graphics tutorial ~

Source: Internet
Author: User

There are a lot of tutorials on iOS publishing on the web, but they are mostly old and incomplete and not clear enough. So we've compiled a full-text tutorial on the iOS app launch App Store. Share to the small white to the great God on the way forward you and me.

On-shelf iOS requires an Apple developer account, not yet a single application.

The listing process is divided into seven steps, step by step. Follow the tutorials to make it easy and quick to upload your iOS app.

1. Create an App ID (app IDs)

2. Apply for iOS Publishing certificate

3. Apply for iOS release profile

4. Import iOS certificate to XOCDE Packaging IPA

5. Create an app in itunes Connect

6. Upload IPA to App Store

7. Upload the IPA back to itunes Connect to fill in the app information and submit the review

First, create a unique identifier app IDs

App IDs creates a post file later, which is used when creating an app.

If you created it before iOS debugging, you don't have to recreate it or use that appid.

First open the developer Center https://developer.apple.com/cn/and go to the certificate page.

1.1 Click on the certificate, ID and accessory file to enter the settings.

1.2 Select app Ids–> Click + Create a new app ID

There are two items that you need to fill out yourself:

    • The first name, used to describe your app ID, this random, no restrictions, preferably the project name, so as to facilitate their own identification (not allowed in Chinese)

    • The second bundle ID (app ID Suffix), which is the suffix of your app ID, needs to be carefully filled in. It is used to mark our app so that it has a fixed identity and is directly related to your program. Fill in the format of the Explicit App ID: Com.company.appName, according to the format, write a convenient to remember, a lot of places to use later.

    • The third app services, the default will choose 2 items, can not be modified, other as the app needs push notification to check the next push notification service, no other requirements to select the default, and then click Continue confirm, next.

Check if there is nothing wrong click on register and click Done to complete the app ID creation.

II. application for issuance of certificates

Here you use the Appuploader tool to directly request export P12 certificate files and. Mobileprovision Profiles

2.1 Open Appuploader, enter the Apple Developer Center account and log in.

2.2 Select Certification

2.3 Click +add, here is the development certificate and so on create options, here choose the third issue certificate.

If you have a publishing certificate before you can not create, with the previous line, Apple stipulates that individuals can only create 3 publishing certificates.

2.4 Enter, certificate name (optional) the password (which is used in the package compilation) and then click OK.

2.5 Now generated a good publishing certificate, click P12 file, download the certificate file, save to the computer.

This gives you a P12 iOS publishing certificate file

III. application for publication of the description document

3.1 Back to Software click Profiles

3.2 Click +add, here is the development of the description file and so on, choose to publish the description file here.

3.3 Select App IDs, previously created in the developer Center, will appear here automatically.

3.4 Shangang Create a publish certificate association OK, enter name, click OK

Note: If you have previously created more than one publishing certificate, the following Publish certificate box displays multiple publishing certificates,

You can select all, by default, the newly created publishing certificate, and when you package, enter the newly created publish certificate password.

PS: Publishing a certificate different apps can be generic, the description file is different on the line.

3.5 Publish profile is generated at this time, click Download Download to save the computer

Iv.. Xcode Upload Certificate Compilation Package

1. Import iOS certificate P12 to Keychain

1.1 Open Keychain Assistant, double-click the P12 file, the default keychain is (login), note here must choose (System)

In this case, the iOS certificate will not report an error after packaging, enter the password to create the iOS certificate settings and import it.

1.2 Prompt This certificate after import is signed by an unknown authority because it is not an iOS certificate that is requested with a native keychain file

But it's okay, just set up trust.

1.3 Double-click the certificate, click Trust, and when you use this certificate, set to always trust.

2. Xcode Configuring the iOS Certificate and packaging environment

2.1 Open your project with XOCDE, click Enter to set up the certificate interface.

There are two places to set up

Select Release (release) under Code signing Debugs is beta, and the App Store on the shelves chooses the released version.

Then select the corresponding iOS publishing certificate you just uploaded

2.2 Go back to the basic information Settings screen, Bundie this fill, the first created AppID, the same as when creating an iOS profile.

Now there's an error, because the iOS profile hasn't been imported yet.

2.3 Double-click the. Mobileprovision description file, flash to automatically import into Xcode, no error indicates that it is possible.

2.4 Select the Xcode menu bar if the figure shows

2.5 Change the archived to release

2.6 Click to select the device, select as packaged device.

3, Project Packaging IPA package Export

3.1 Select the menu bar, if archive is still grayed out, stating that the previous configuration did not take effect, exit reopen.

Click Archive to start packing.

3.2 After the packing progress bar finishes, the following screen will pop up and click Expcrt.

3.3 Here is a personal Development Account published to the app Store, so select the first one and click Next.

3.4 Select your developer account, not logged in will prompt you to log in, click Choose, will check your certificate is correct.

3.5iOS certificate detection Through this step, click Export, you will export a folder, which is the IPA file, is done.

This IPA package can be uploaded to the App Store.

V. Create an app at itunes Connect

5.1 Enter itunes connect to create app, select My app click on the upper left corner + sign to select New app, enter your app name, language, set ID, and the corresponding app created in developer Center IDs (same as the AppID selected when you created the iOS release profile, so that an IPA packaged with an iOS certificate can be identified) SKU cannot be written in Chinese, click Create.

5.3 Here prompted to use Xcode or application loader submit IPA, and so on can be used appuploader directly upload IPA, faster.

Now the app information is not filled out, and so on to upload the IPA successfully completed.

Here the build version does not appear next to the + number, after uploading the IPA will appear, etc. will be used.

Vi. uploading an IPA to the app Store in the Windows environment

6.1 Open the Appuploader program and click Upload.

6.2 Select the newly generated IAP package, Appuploader will automatically upload your IPA, when the following prompt, the upload is successful, click Deail to view the app information.

Vii. back to itunes Connect submit review

7.1 Upload the IPA, and then go back to itunes Connect, enter the information to fill the page, there is a build version of the option, before this there is no + number, if the upload is successful, a few minutes will appear next to a plus button, click + and then will appear the app you just uploaded, There are more than one version of the upload will appear multiple, click to finish.

Note: If the + number does not appear after a period of time, the IPA may not meet the requirements, there will be a feedback message, according to the feedback of the issue of modification and re-upload.

Added build version, if you want to modify the addition, add the next version number when packaging, if the same as before the upload.

Click Delete will appear the + sign, you can choose other uploaded version to submit the audit.

7.2 Then set up the app-related information, categories, prices, sales services and so on.

If your app only supports the IPhone, you only need to provide a 5.5-inch display

Pixels-Portrait: 1242 x 2208, Landscape: 2208 x 1242

DPI, RGB, flattened, opaque

High-quality JPEG or PNG image File format).

The other size of the check reference 5.5 inch on the line, up to 5 uploads.

If your app supports the ipad, a set of 12.9-inch screens will meet your requirements.

App icon specifications are 1024*1024

7.3 After setting up the appropriate app information, click Submit for approval.

7.4 Submit audit back to my app view will prompt is waiting for review, audit sometimes quickly a day or two, or a few days, often log in to check the situation, or to see the e-mail prompts.

If it becomes available for sale, congratulate you on the success of the listing, if the display is rejected, click to view the problem, and then re-upload it based on feedback changes.

The latest iOS Release App Store detailed graphics tutorial ~

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.