user3549189
user3549189

Reputation: 81

You have revoked your certificate, so it is no longer valid

Yesterday I submitted my app to AppStore and I got this mail from Apple i.e:

Dear My NAME,

You have revoked your certificate, so it is no longer valid.

Certificate: iOS Distribution Team Name: MY TEAM NAME

Any provisioning profiles that include this certificate are no longer valid and must be regenerated for future use.

Best regards, Apple Developer Program Support

Now, what should I want to do?? will my app to live?

Upvotes: 2

Views: 6931

Answers (2)

user1951992
user1951992

Reputation:

there is no need to do anything. delete the email and go to sleep.

your uploaded build will be fine and if you want to make more apps, download a new certificate.

otherwise, don't download a new certificate and ... go to sleep

Upvotes: 3

Ketan Parmar
Ketan Parmar

Reputation: 27448

As they mentioned, you have revoked your certificate so you have to download latest one and add that to your project and make provisioning profile with that certificate then submit app again! you should create new certificate!

It can be happen because you might use automatic code signing and provisioning profile and at a time of submission you have set certificate that you have. If you are using automatic code signing and provisioning profile then you should keep it as it is at a time of release also!

for right now you can regenerate certificate and provisioning profile and resubmit app with that!

Upvotes: 0

Related Questions