How to create ios certificate in windows

It's actually very simple. I have used one of the simplest websites to generate IOS development certificates:

https://www.yunedit.com/createcert

You can generate a certificate online

Examples of online IOS certificate generation
1. First compile and generate a csr file in Banana Cloud, and download the csr file to your computer.
2. As shown in the figure below, go to the Apple Developer Center to create a cer file. During the creation process, you will be asked to upload the csr file as shown in the figure below. Just select the csr file you downloaded. In this way, the cer file is successfully created, and download the cer certificate file to your computer.
Insert picture description hereInsert picture description here
3. Go back to the banana cloud editor, upload the cer file just now, and then generate the p12 file to complete the generation of the p12 file.
Insert picture description here

If we also need to generate profile and description files, we can generate profile files in this menu of Apple Developer Center.
Insert picture description here

Insert picture description hereIn the process of creating a profile, it will ask you to select an appid. Appid is the package name of the application. If you haven't created it yet, first create the appid here in the Apple Developer Center.

Insert picture description here

If you create it for the first time, you can create an app store type profile first, because if you create a real device test profile (ad hoc type), you also need to add the udid of the test device.

If you need to create an ad hoc profile, you can use the udid tool compiled by Banana Cloud to get the udid of the test device first:

https://www.yunedit.com/udid

This completes the creation of certificates and profile files. Is not it simple? There is no need to install software, it is directly generated online,

Not only can generate IOS development certificate, but also Android development certificate. You can also upload ipa to the APP store

Upload ipa to app store

Guess you like

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