0

I accidentally pressed the reset button on 'IOS Distribution' within IOS Developer account. This in turn made a hand-full of provisioning profiles invalid.

From what I have read here: https://developer.apple.com/support/certificates/ apps are still intact I will no longer be able to submit new apps or updates to the App Store.

Just want to verify if this is correct in my case and apps will not go down??

Thanks

roshambo
  • 2,624
  • 6
  • 31
  • 54

2 Answers2

3

Yes , the current apps will have no effect of the certificate being revoked. Happened with me many times .

similar question threads here

Will revoking Distribution certificate affect application which is In Review (on apple store) for Iphone?

If I revoke an existing distribution certificate, will it mess up anything with existing apps?

Community
  • 1
  • 1
saurabh goyal
  • 328
  • 4
  • 11
2

If you are revoked .cer then you can generate it again and that does not effect on your live application.

In the developer Member Center there is your generated application ID that you generate for each application. You must take care about that Application id is not removed else you need to generate it as a new because its a unique and in this case you need add new app app and you can not update the current application that live.

What kind of steps you need to do if .CER revoked or expire:

  • If .cer revoked then just click on add new and select your CSR(Certificate Signing Request)
  • Now you have new cer then you need to just update your provisional profile and download it and use it thats it
Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144