iOS - Maximum number of certificates generated

0

I am about to publish an app. I just got the invitation for the Apple Developer program. I have read the documentation, and I understand that the first thing is to create the iOS App IDs. Ready. Then, I must add a production certificate, but it does not allow me. In the App Store and Ad Hoc option I get (Maximum number of certificates generated)

I can not understand what would be the flow to be able to publish it. The certificates that are already added, if I download them, download a .cer file, but the one I require, as I understand it, is the .p12 Then, I'm supposed to create a provisioning profile, that is installed with the certificate that I should create and upload to the apple developer, right?

I would appreciate it if you could guide me. Greetings.

    
asked by Fernando 18.12.2017 в 21:54
source

1 answer

0

Basically you can have up to 2 certificates to sign code. With these certificates you can create / sign provisioning profiles.

Provisioning profiles can be development (to test on your phone), adhoc (to distribute to your beta testers) or app store (to upload to the store).

To register an app on the Developer site, you have to create an App ID and assign it your Bundle ID. Then create the provisioning profile (of the type you want) and that connects the certificate, the app id and the provisioning profile.

    
answered by 18.12.2017 / 22:35
source