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

StackOverflow https://stackoverflow.com/questions/798592

Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top