Saturday, February 27, 2016

iOS Code Signing Issues

While trying to code sign one our apps for distribution via TestFlight, I kept running into code signing errors while attempting to validate the app after creating an archive for it in XCode.

As usual, everything looked correct;  correct provisioning profile, certificate seemed to all be set correctly.

I noticed in my keychain that the certificate had a message saying the certificate has an invalid issuer.  Upon googling, I found that you need to delete the old certificate from Apple Worldwide Developer Relations Certificate Authority that was expired from both the login and System keychains.  See post below.

Arghhhhhh.

http://stackoverflow.com/questions/35390072/this-certificate-has-an-invalid-issuer-apple-push-services

No comments:

Post a Comment