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
246 stars 42 forks source link

Feature request: Submit for review with app-store-connect #65

Closed kevin-suhajda closed 3 years ago

kevin-suhajda commented 3 years ago

Extend app-store-connect to use the App Store Connect API to submit app for App Store review as described here:

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

This would reduce manual interaction with App Store Connect UI which would be advantageous for production workflows.

fbartho commented 3 years ago

Related feature: automatically click the button to "Prepare a new release" -- currently we have to set the marketing version in the AppStore UI manually before the build pops out of CI

priitlatt commented 3 years ago

Very bare bones support for the initial request comes with #85. More user friendly support needs further discussion and probably more in-depth approach since it depends on other App Store publishing aspectes.