Forward: http://www.cnblogs.com/pruple/p/5523767.html
Forward: http://blog.csdn.net/sunnyboy9/article/details/50887413
Problem Description: Submit app Audit request to AppStore error, check certificate found many certificates show "Invalid issuer of this certificate"
Cause of the problem
System certificate "WWDR Certificate" (Apple Worldwide Developer Relations Certification authority) expires on February 14, 2016 and needs to be updated with this system certificate
Solution:
1. Click this link to download the https://developer.apple.com/certificationauthority/AppleWWDRCA.cer new "WWDR Certificate" certificate and install it.
2. Open the keychain, on the navigation bar, select 显示
-显示已过期的证书,然后删除已经过期的证书
删掉过期证书
OK!Submission Successful!!!
?针对这样的问题还有另一种解决方案:把证书信任权限给改了,但是经试验行不通
It's always the first reaction to a problem, "I haven't done anything," and this subjective thought leads to more difficulty in troubleshooting the problem.
An error occurred after uploading, "error itms-9000 the bundle at bundle path was not signed using a Apple submission certificate"
Due to some recent reasons, I will keychain to reset a bit, then the application of the Certificatesigningrequest.certsigningrequest file has been invalidated, and then look at the error log, I suspect the issue is a certificate.
All of the certificates were then re-engaged again. The problem still exists.
Then use to continue to troubleshoot, with the release certificate to package out a. App, for example Appname.app
Then use the command line to detect the certificate
-AppName. AppAppName. App: cssmerr_tp_not_trusted
OK, finally found a clear error code. Google found out because of the lack of "Apple woldwide Developer Relations Certification Authority" This certificate is caused.
Then look at the keychain and discover that the certificate exists. Just because I had to toss the certificate trust permissions to change, then there is a problem.
Change "Use this certificate" back to "use system default"
Compile again, check the certificate
-AppName. AppAppName. App: valid on diskAppName. App:designatedrequirement
OK, the problem is lifted.
Invalid app Shelf Certificate: Resolved