Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to request iOS Development Certificate in 2013?

Tags:

xcode

ios

In the past we create a CSR file with Keychain Access then upload the file via the Apple Dev website. Now with the latest Xcode (4.6.1) it seems we're supposed to be able to request it via Xcode itself. I do not see that option anywhere! There's a "refresh" button in the organizer but it doesn't request the certificate for me even if mine is invalid..

Any tips?

like image 613
Van Du Tran Avatar asked Apr 12 '13 20:04

Van Du Tran


2 Answers

I had the same issue. It's not very clear but you need to remove the expired certificate first.

  • Click into Certificates/development.
  • Click on the expired certificate and revoke it. (This will then allow you to create a new one.)
  • Click the plus icon and select iOS App Development.
like image 121
TOT Avatar answered Oct 12 '22 10:10

TOT


You need to remove all your expired certs before you can request for a new cert.

like image 43
eplt Avatar answered Oct 12 '22 11:10

eplt