This is great news.
I have dipped toes into the water to try it out - but I am having an issue with the API Key that is generated.
So curious to know if anyone else coming here has faced similar issues?
Essentially, the exact same code used to read our regular App Store Connect API Key does not work when reading the Enterprise API key.
We use (from CryptoKit):
P256.Signing.PrivateKey(pemRepresentation: pemString) to read the string representation of the key from the p8 file.
This works fine for App Store Connect API key files.
This does not work for Enterprise API key files.
Error is 'invalidPEMDocument' suggesting some issue either with the key file, or, maybe the p8 for Enterprise is not in PEM format, and I should use a different format to read it.