Hi everyone,
I am currently working on automating the renewal process for our managed certificates using the App Store Connect API.
However, I've encountered an issue where certificates of the "Apple Push Service" type cannot be retrieved or created. After reviewing the documentation on CertificateType, it seems there is no corresponding type for Push Service certificates. https://developer.apple.com/documentation/appstoreconnectapi/certificatetype
Is there any other way or a workaround to obtain or manage these certificates programmatically? Any advice would be greatly appreciated.