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


If I have lost the private key associated with a distribution certificate:

    < Li>

    Can I just make a new one?

  1. If I do, will this create a problem during the submission process?

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

  3. Will I be able to update the signed application with the old certificate?

  4. This distribution process should not cause any problems.

    Applications uploaded with the old certificate will continue to work and you will be able to issue updates of the current application.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -