Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 972
Corey Floyd Avatar asked Apr 28 '09 15:04

Corey Floyd


2 Answers

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.

like image 166
Marcus Foster Avatar answered Sep 18 '22 14:09

Marcus Foster


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

like image 27
D for Developer Avatar answered Sep 18 '22 14:09

D for Developer