Hello there, I need guidance understanding what some certificates are related to.
a) On my Apple developer page home I see that RENEWAL date for my apple developer enterprise program subscription is 2024-october-10
b) in devices section, there is a banner showing that my membership will EXPIRE on 2024-october-09
c) in certificates section I have 6 "development" certificates expiring in multiple dates from 2024-october-11 to 2025-may-22. these ones are "certificate Type - development" and **"certification name with my personal name" **
none of dates in certificates section matches exactly renewal or expiring dates for my apple developer page subscription or profile certificate.
-
why dates in a and b are different?
-
what are certificates in certificates section (those mentioned in "c") ? they seems different from "mac development" and such. What happens if they expire?
thank you in advance.
scared by the fact that could be two similar but separate things I could have mismatched.
Right. I see a lot of folks with these concerns.
My general advice on this front is that the vast majority of code signing certificates are of low value. Specifically, Apple Development and Apple Distribution certificates can be generated, revoked, and regenerated at will. The ones you have to be careful about are:
-
Enterprise distribution certificates, on iOS and its child platforms
-
Developer ID certificates, on macOS
I’m much much familiar with the latter than the former. Indeed, I have a long post about that: The Care and Feeding of Developer ID.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"