Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to renew an iPhone development certificate?

My development certificate has expired. What is the correct method of renewing it? Do you revoke the expired certificate & submit a new Certificate Signing Request? Do provisioning profiles have to be recreated? Are there any side-effects of doing this?

like image 587
Robin Avatar asked Feb 01 '10 14:02

Robin


People also ask

How do I renew my Iphone developer certificate?

Click Apple Push Certificates portal. In the new tab, sign in to the Apple portal with the Apple ID and password you used when you created the certificate. Next to the certificate you want to renew, click Renew and accept the terms of use.

How do I renew my Apple Developer Distribution certificate?

Distribution Certificates Must Be Renewed Periodically To continue distribution, navigate to the Devices organizer in Xcode. Select the expired profile and click Renew Profile in the red bar at the top. This will renew your expired certificate and add it to the provisioning profile.

What happens when Apple Developer certificate expires?

If your certificate expires, passes that are already installed on users' devices will continue to function normally. However, you'll no longer be able to sign new passes or send updates to existing passes. If your certificate is revoked, your passes will no longer function properly.

How long do Apple Development certificates last?

Apple Developer Enterprise Program certificates expire after three years and provisioning profiles expire after one year. Before a distribution certificate expires, create an additional distribution certificate, described in Creating Additional Enterprise Distribution Certificates.


1 Answers

With Xcode 5, following steps:

1) Remove old certificate from https://developer.apple.com

2) Open XCode - Preferences - Accounts - View Details, then click refresh icon in left-bottom

3) Xcode asks if you want to request a new certificate

Enjoy this simple work

like image 160
Baryon Lee Avatar answered Oct 06 '22 00:10

Baryon Lee