您的 iOS 开发证书已被吊销

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/29911362/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 05:48:24  来源:igfitidea点击:

Your iOS Development certificate has been revoked

iosxcodecertificate

提问by Vinod Jadhav

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

我已在 App Store 上提交了我的应用程序。它仍在等待。我收到邮件:

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

您的 iOS 分发证书已被吊销。

亲爱的我,

您已撤销您的证书,因此它不再有效。

证书:iOS开发

队名:我

任何包含此证书的配置文件都不再有效,必须重新生成以备将来使用。

此致,

Apple 开发者计划支持

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

我不明白是什么原因,我该怎么办?

采纳答案by Sanjay Mohnani

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".

如果您在 Provisioning Portal(Certificates) 中删除/生成新证书,则会收到这些类型的消息“您的开发证书已被吊销 - 您已吊销您的开发证书,它不再有效”。

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.

为了克服这个问题,您需要使用新创建的分发证书生成配置文件,使用相同的证书对构建进行签名,重新创建构建并将应用程序重新提交给 AppStore 进行。

For more info refer below link-

有关更多信息,请参阅以下链接-

Revoked certificate - iPhone Programming

吊销证书 - iPhone 编程

回答by Tung Fam

Solution for Xcode 8

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
  1. Xcode 首选项 > 帐户
  2. 选择您的帐户
  3. 点击“查看详情”
  4. 点击“下载所有配置文件”
  5. 重启Xcode
  6. 这一步是可选的,这意味着没有这个也可以工作:产品>按“alt”按钮>清理构建文件夹

Had same problem and these steps solved my issue.

有同样的问题,这些步骤解决了我的问题。