Is there a way to manage push certificates via the AppstoreConnect API ?

As part of our business need we explored the Appstore API and coundnt find a provision to manage push certificates via the apple API. Is there a work around ?


https://developer.apple.com/documentation/appstoreconnectapi/certificatetype

Post not yet marked as solved Up vote post of AJ2019 Down vote post of AJ2019
2k views

Replies

Hello AJ2019,

I was requested by my manager to create a service in AWS to check periodically the company's certificates and send notifications if we have certificates close to expiring based on certain days in advance (e.g 30 days). I used the Apple App Store Connect APIs specifically the https://developer.apple.com/documentation/appstoreconnectapi/certificates

I was able to do the job but, I noticed that the "Apple Push Services" certificate's types are not being shown in the response of the certificate's endpoint (https://api.appstoreconnect.apple.com/v1/certificates)

At this point, I am stuck in the same issue that you got. Please let me know if you have any update. Thank you in advance.

Post not yet marked as solved Up vote reply of yero Down vote reply of yero

I am also having this issue. I have been requested to automate the creation of push certificates. Please let me know if you have had any update. Thank you.