codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
235 stars 39 forks source link

"app-store-connect fetch-signing-files --type MAC_APP_DIRECT" does not fetch new DEVELOPER_ID_APPLICATION_G2 certificates #414

Closed aemelyanovff closed 2 weeks ago

aemelyanovff commented 2 weeks ago

app-store-connect fetch-signing-files --type MAC_APP_DIRECT calls GET https://api.appstoreconnect.apple.com/v1/certificates {'limit': 100, 'sort': 'displayName', 'filter[certificateType]': 'DEVELOPER_ID_APPLICATION'}. But newer Developer ID Application certificates created by choosing the G2 Sub-CA profile type don't match the filter because their type is DEVELOPER_ID_APPLICATION_G2.

It looks like it's impossible to use DEVELOPER_ID_APPLICATION_G2 certificates with Codemagic.

priitlatt commented 2 weeks ago

@aemelyanovff, thanks for reporting this.

priitlatt commented 2 weeks ago

@aemelyanovff, this is now fixed in version 0.53.3.