The process of generating an ios certificate online

If we do not have a mac computer, the process of generating an ios certificate is troublesome, we can use online tools to generate an ios development certificate.

As far as APP development tools are concerned, Banana Cloud Editor should be the most used. Next, I will introduce how to generate an IOS development certificate by using the Banana Cloud Editor tool.

The address of the tool:

https://www.yunedit.com/createcert

 

The generated process steps are as follows:

1. Log in to Banana Cloud Editor, generate a CSR file, and then download the generated csr file:

2. Log in to the Apple Developer Center, https://developer.apple.com/ (you need to be an Apple paid developer), click Certificates to generate a certificate. Note that when generating a certificate, you need to select the ios Distribution type, not the app type , Otherwise the generated certificate cannot be used.

 

 

3. Download the generated certificate file (cer file) to your own computer. Then go back to the banana cloud editor, upload your cer file, and you can generate a p12 file.

 

4. In this way, we can generate our p12 certificate file.

5. We found that when we compile ipa in hbuilder or apicloud, we also need a profile (description file). Below, we will describe how to generate a profile file:

 

When creating a profile, select the ad hoc type for real machine testing, and select the app store type for release. When creating a profile, choose the appid. If your appid has not been created, please create your appid (application package name) in the identifiers first.

 

 

Guess you like

Origin blog.csdn.net/handsome0916/article/details/111149592