Corey Floyd
Corey Floyd

Reputation: 25969

What are the ramifications of deleting your old distribution certificate if you have lost your private key? (iPhone SDK)

If I lost/have no access to the private key associated with a distribution certificate:

  1. Can I just create a new one?

  2. If I do, will it produce any problems during the submission process?

  3. Will apps signed with the old certificate stop working?

  4. Will I be able to update apps signed with the old certificate?

Upvotes: 6

Views: 736

Answers (2)

D for Developer
D for Developer

Reputation: 117

Please refer to this article by Apple and it clearly mentioned there that

Important: Members of the Standard iOS Developer Program can be assured that replacing either your developer or distribution certificate will not affect any existing apps that you've published in the iOS App Store, nor will it affect your ability to update those apps.

https://developer.apple.com/legacy/library/technotes/tn2250/_index.html

Upvotes: 3

Marcus Foster
Marcus Foster

Reputation: 356

You can request a new Distribution Certificate on the iPhone Developer Program Portal and then create a new Provisioning Profile for App Store distribution.

This should not create any problems for the distribution process.

Apps uploaded with the old certificate will continue to work and you will be able to release updates for existing apps.

Upvotes: 7

Related Questions