I have a distribution certificate in iOS portal created previously for a project. Now I want to use this certificate for another project. But, I have lost its private key in Keychain. Is there a way I can convert distribution certificate to p12 format without private key? I dont want to delete and recreate the distribution file, as I suspect, it would impact my existing application.
I have a distribution certificate in iOS portal created previously for a project. Now
Share
Recreating your certificate does not impact any live apps. They continue to work. You will only need to recreate mobileprovisions to use the new cert when you use it again.
I am not sure if it impacts adhoc distributions, but I think it doesn’t, at least not the ones which are already installed.