-1

Keychain show the certificate error > This certificate has an invalid issuer

See the screen shot.

enter image description here

RefLink> This certificate has an invalid issuer keychain

Also I have implemented the above url solution and ipa is created but at the time of uploading the build from Application Loader its show the error as per the screen shot.

Please help anyone.

enter image description here

Community
  • 1
  • 1
Chandan Kumar Jha
  • 325
  • 2
  • 4
  • 18
  • This question is answered thousands times after Feb14 when apple's world wide certificate expired . Do you search even a single time before posting a question ? – Muhammad Adnan Feb 19 '16 at 12:56
  • Delete your old provisional profiles and install Apple world wide certificate . Download new provisional profile and clean build will work fine . – Muhammad Adnan Feb 19 '16 at 12:58
  • Just removed all the certificates and Reinstall and its shows "This certificate has an invalid issuer " in key chain – Chandan Kumar Jha Feb 19 '16 at 13:07
  • Possible duplicate of [Uploading archive error: "Missing iOS Distribution signing identity for ..."](http://stackoverflow.com/questions/35397453/uploading-archive-error-missing-ios-distribution-signing-identity-for) – Siba Prasad Hota Feb 19 '16 at 13:07

2 Answers2

3
  1. Download https://developer.apple.com/certificationauthority/AppleWWDRCA.cer and double-click to install to Keychain.
  2. Select "View" -> "Show Expired Certificates" in Keychain app.
  3. Remove Apple Worldwide Developer Relations Certificate Authority certificates from "login" tab and "System" tab in Keychain app.

Ensure the new downloaded cert is in both login and system Default to only system tab will still give error.**

  1. Delete all your certificates and provisioning profile on developer portal.

  2. Create certificate signing request from keychain.

  3. Recreate all the certificate & provisioning profile using the CSR generated in step -5

  4. Download and install those certificates created on step-6 and try.

Siba Prasad Hota
  • 4,779
  • 1
  • 20
  • 40
1

Try to install new certificate from link below.

https://developer.apple.com/certificationauthority/AppleWWDRCA.cer

This worked for me. I hope this will help you.

After this create and install new iOS Distribution and iOS Development Certificate.

DJ1
  • 936
  • 15
  • 29
  • I have downloaded this apple.cer and reinstall the iosDistribution and Development Certificate of app. But not resolved. – Chandan Kumar Jha Feb 19 '16 at 13:08
  • create new provisioning profile for app development,AdHoc and app distribution.And after that retry to upload or export your app. – DJ1 Feb 19 '16 at 13:10