The most complete iOS launch guide

1. Basic demand information.

1. Apple developer account (the company does not need to apply, but the developer function needs to be turned on, $99 per year)

2. Develop a good application

2. Certificate

The release version requires the use of official certificates.

1. Create an Apple Developer certificate

2. Upload certificate Sign In - Apple

3. Click Developer Center Certificates, near Identifiers & Profiles + new certificate.

4. Select the latest release version of the Apple Distrbution certificate. Continue to the top right.

5. Fill in and submit as required.

Generally, two certificates need to be created, one for development and the other for boarding. If there is payment content, a certificate for Apple Pay is also required.

We have done the first four cloths before, see this blog for details: Use Appuploader to apply for the certificate and description file required for IOS development on the window , we mainly look at the next few steps.

 

6. Create a profile

On the left side of the menu, select the created profile point + options, then select App Store and get a TYPE profile of App Store after creation. Available for packaging applications.

3. Packing

1. Version configuration, double-click the menu item on the left to open xcodeproj. You can edit the version or build at will for the first time, but after the submitted version is successful, the two must have a value that is a new difference, otherwise the submission and upload will definitely be rejected.

2. Select Signature, select Sign & Capabilities.

3. Then it is normal operation. Choose Any Ios Device for the device, and wait for a long time after Archive. Generally, in order to avoid insufficient packaging space, you can clean up a little first.

4. After the packaging is completed, click "Distribute App" to upload to App Store Connect, and then the appid mailbox will receive a notification of the result.

4. Review

When submitting for review for the first time, this step will mostly be rejected for revisions; all such requests will be sent by mail. Check emails on time and make adjustments as required.

common are

1. If the permission has not been applied for or the prompt text of the application right does not meet the standards, the configuration is as follows:

2. Use expired APIs, such as UIWebView.

3. Unable to complete program operations independently, such as payment integration with a third party, but there is no option for Apple Pay.

4. The authority is not specified in detail.

5. The icon contains an alpha channel

6. There is no signed frame inside the package.

Guess you like

Origin blog.csdn.net/2301_76147196/article/details/130801602