Your iOS Development certificate has been revoked

后端 未结 2 1503
甜味超标
甜味超标 2021-02-19 07:37

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.

Dea

相关标签:
2条回答
  • 2021-02-19 08:26

    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.

    0 讨论(0)
  • 2021-02-19 08:34

    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

    0 讨论(0)
提交回复
热议问题