How to obtain Developer ID Installer if not Team Agent?

Hello,


I'm making a game with Unity and trying to sign the installer.


I'm able to create my game.app file, sign it with "3rd Party Mac Developer Application" using codesign tool and create an installer using productbuild tool.

However, to sign an installer I need a Developer ID Installer Certificate that only the Team Agent of my company can make.

My team role is Admin, but the option to "Download" this certificate is disabled, and the Team Agent can't export the certificate to send it to me (.p12 option is greyed out).


Did I miss any step? How can I obtain this certificate (with it's private key) so that I can sign the game.pkg installer?


Thanks in advance,

Ismael


Edit: Only the .p12 option is greyed out.

IIRC the team agent can't export a

.p12
from the portal because the portal doesn’t have a copy of your private key. They should be able to download the certificate, add it to their Mac keychain, and then export it as a
.p12
from there.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
How to obtain Developer ID Installer if not Team Agent?
 
 
Q