iOS launch and latest certificate creation process

Currently, the uniapp framework is used to develop apps, which greatly saves our workload and manpower for compatibility with multi-terminal applications. Therefore, there is currently a lack of documentation on iOS listing and certificate creation processes.

If you don’t have any packaging or shelving experience, you will benefit a lot from reading this article.

Usually, applying for an ios certificate and listing an ipa application requires a MAC computer. This article focuses on how to create a mac certificate and launch it without a mac computer.

If you don’t have an Apple developer account yet, you can refer to the following article to create an Apple developer account in the Apple Developer Center:

https://blog.csdn.net/h5xiaoyu/article/details/113779923

If you have not created a packaged certificate and do not have a mac certificate, you can refer to this article to generate the p12 certificate and certificate profile file first:

https://blog.csdn.net/h5xiaoyu/article/details/98453040

  1. Okay, let’s talk about the key points first, and here’s how to put it on the shelves.

In the first two steps, you have created the p12 certificate and profile description file, and you can package an ipa file through the uniapp development tool.

  1. After packaging the ipa file, you can first log in to the Apple Developer Center backend, click to enter app store connect, and then enter app management to see if the app has been created. If not, you need to create a package ID consistent with the name of the package you packaged. app.

Examples of package names are as follows:

com.packname.testApp

  1. After creating the app, click on the app, and then create a new version to be released. It will ask us to fill in various app information, and then in the middle, you will see a step that requires us to upload a build version through the tools it provides. .

  1. However, the tools it provides need to be installed, and they need to be installed on a Mac computer. Here we do not use the tools it provides to upload. We use Banana Cloud Editor to upload:

https://www.yunedit.com/createcert

The upload interface is shown below:

  1. During the upload process, it will ask us to enter the Apple developer account and upload special password. We need to note that this special password is not the login password. You cannot upload if you enter the login password. To set the special password, you can Refer to the tutorial provided on the Banana Cloud Editor upload interface to set it up.

上传成功后,大概等待30分钟,即可在苹果开发者中心的构建版本见到新上传的构建版本。

Guess you like

Origin blog.csdn.net/h5xiaoyu/article/details/129158729