With the current approach (version 0.27.0), when calling
app-store-connect fetch-signing-files
with --type IOS_APP_STORE, if a matching certificate was not found DISTRIBUTION certificate will be created.
Please allow specifying certificate type used for creation.
Because of Apple limitations, we cannot use more than 3 DISTRIBUTION certificates and we want to be able to generate IOS_DISTRIBUTION ones automatically.
With the current approach (version 0.27.0), when calling
with
--type IOS_APP_STORE, if a matching certificate was not foundDISTRIBUTIONcertificate will be created.Please allow specifying certificate type used for creation.
Because of Apple limitations, we cannot use more than 3
DISTRIBUTIONcertificates and we want to be able to generateIOS_DISTRIBUTIONones automatically.