Your iOS Development certificate has been revoked

50,799

Solution 1

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

Solution 2

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.

Share:
50,799

Related videos on Youtube

Vinod Jadhav
Author by

Vinod Jadhav

Updated on January 12, 2020

Comments

  • Vinod Jadhav
    Vinod Jadhav over 4 years

    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?

    • Ryan Pendleton
      Ryan Pendleton about 9 years
      Did you try to generate a new certificate?
    • Ashok Londhe
      Ashok Londhe about 9 years
      You can create new certificates and add it to your project.
    • Ryan Pendleton
      Ryan Pendleton about 9 years
      In most cases, generating a new certificate will revoke your old one.
  • Ahmadreza
    Ahmadreza about 4 years
    I can't finde 'View Details' after selecting my account.
  • Tung Fam
    Tung Fam about 4 years
    @Alfi probaby the answer is not actual because the current Xcode is 11. Sorry