Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Your iOS Development certificate has been revoked

I have submitted my app on the App Store. It is still waiting for review. I got mail:

Your iOS Distribution certificate has been revoked.

Dear Me,

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

Certificate: iOS Development

Team Name: Me

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

Best regards,

Apple Developer Program Support

I didn't understand what is the reason and what should I do?

like image 707
Vinod Jadhav Avatar asked Apr 28 '15 05:04

Vinod Jadhav


People also ask

What is revoke certificate iOS?

You revoke certificates when you no longer need them or when you want to re-create them because of another code signing issue (refer to Certificate Issues for the types of problems that can occur).

What is Revoke certificate Apple Developer?

The Distribution certificate (P12) file is generated in the process of creating the app Binary or . ipa file in your Apple developer account. Once you revoke your iOS Distribution certificate, you will no longer be able to submit new apps or updates to the App Store.

What causes a certificate to be revoked?

The most common reason for revocation is the user no longer being in sole possession of the private key (e.g., the token containing the private key has been lost or stolen).


2 Answers

Solution for Xcode 8

  1. Xcode Preferences > Accounts
  2. Choose your account
  3. Click 'View Details'
  4. Click 'Download all profiles'
  5. Restart Xcode
  6. This step is optional, meaning that might work without this: Product > press 'alt' button > Clean Build Folder

Had same problem and these steps solved my issue.

like image 93
Tung Fam Avatar answered Nov 03 '22 19:11

Tung Fam


If you delete/ generate new certificate in Provisioning Portal(Certificates) then you get these types of messages "Your Development Certificate Has Been Revoked - you have revoked your Development certificate and it' s no longer valid".

To overcome this you need to generate provisioning profiles with the newly created distribution certificate, sign the build using the same, recreate the build and resubmit the app for review to AppStore.

For more info refer below link-

Revoked certificate - iPhone Programming

like image 32
Sanjay Mohnani Avatar answered Nov 03 '22 19:11

Sanjay Mohnani