Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Developer Certificate: Incorrect Team ID

A recent attempt to build an app failed and I realized that the App ID prefix (Team ID) was different from the Team ID of my developer certificate. The prefix of my Distribution certificate is correct and matches my Team ID. My account is an individual one and I have attempted several times revoking and reissuing my Development certificate, but each time it is generated, it produces a certificate with a different Team ID.

To recap: App Identifier Prefix (on iTunes Connect): 8RJ7xxxx Distro Certificate Team ID: 8RJ7xxxx Development Certificate Prefix: 5PM6xxxx

Result: Develpoer team ID mismatches (between XCode and Certificates in Keychain) prevent app from being code signed.

Has anyone seen/corrected this issue?

like image 314
rswayz Avatar asked Jun 06 '13 13:06

rswayz


1 Answers

After a back and forth with iOS Developer Help personnel, we've determined that: The Team ID for the Development Certificate is randomly assigned and will be different from the Distribution Certificate. The arbitrary Team ID for the Development Certificate ultimately has no bearing on reality. The code signing issues I was having were coincidental and were eventually fixed by (what you can read elsewhere on this site) revoking everything, re-issuing all certificates...and (what I was not doing) WAITING PATIENTLY (took about a day) before everything went back into effect.

like image 189
rswayz Avatar answered Sep 19 '22 20:09

rswayz