Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iphone - distribution certificate not showing in keychain access

Tags:

xcode

ios

iphone

I need to upload an app. I have built to the app store. I've been following the walkthroughs and have got stuck on the bit when i download the distribution certificate.
enter image description here my provisioning profile is listed under the provisioning profile column, ive just blanked it out. when i download the certificate, i double click it, keychain access opens and my certificate is listed in the 'certificates' tab, but not the 'my certificates' tab with no dropdown to show a private key has been created. Is there something Im missing? ive been through 4 different walkthroughs all saying i need to just double click the certificate.

Thanks in advance for any help.

like image 999
user987723 Avatar asked Jul 02 '12 09:07

user987723


People also ask

Where can I find my Apple distribution certificate?

Navigate to the Certificates area of the iOS Provisioning Portal and click the Distribution tab. Click Download next to the certificate. In the Finder, double-click the downloaded . cer file to open Keychain Access and install your certificate in your default keychain (usually the login keychain).

How do I add certificates to keychain?

In the Keychain Add Certificates window, choose login as the Keychain option and then click Add. Enter the password you used when you created the . p12 file and click OK. Verify that your certificate is installed in Keychain Access.


1 Answers

If you have not added certificate manualy try check Apple Developer account. Sometimes limit reached and XCode does not notice about it :(

In case you created and added (manualy) certificate to keychain - just restart XCode and try again.

like image 169
Vlad Avatar answered Oct 24 '22 16:10

Vlad