Unable to create production certificate

I am the administrator of the Apple Developer Program (organization). I want to create a Provisionning Distribution Profile to upload my own app to iTunes Connect. I read that I need to create a production certificate before.

In the Member Center, "Certificates, Identifiers and Profiles", I tried to create it. But I can't, because I can only check "iOS Application Development":

enter image description here

As I read, I usually check "In-House and Ad Hoc" to generate a manufacturing certificate. Why can't I see it?

thanks in advance

+3


source to share


2 answers


Hope this helps you:

You must have "Intermediate Certification Authorities" in your keychain access as shown below:

enter image description here

To use your certificates, the correct intermediate certificate must be in your keychain. An intermediate certificate ensures that your certificates were issued by a trusted source. An intermediate certificate called the Apple Worldwide Developer Relations Certification Authority is installed in your system keychain when you install Xcode. The intermediate certificate for developer identity certificates is called an identity identity certification authority. If you accidentally delete the intermediate certificate, you can install it again.

First, try updating the Xcode Provisioning Profiles as described in Upgrading Provisioning Profiles in Xcode to install the missing intermediate certificates. If that doesn't work for you, download and install the missing intermediate certificate.



To install a missing intermediate certificate

enter image description here

A certificate file with a .cer extension appears in the Download folder.

  1. Double click the certificate file to install it to the system keychain.
+2


source


Please note that the last WWDR certificate expired on February 16, 2016 .



So you may not have lost your WWDR certificate, but it has expired.

0


source







All Articles