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

Feature: option to reject previous builds and submissions on ASC submission #289

Closed VeArnold closed 1 year ago

VeArnold commented 1 year ago

This PR aims to introduce a few enchantments to existing logic. Namely, if there's an active submission in either App Store or TestFlight, any further attempts to create new submissions will fail. In this PR, options are introduced to solve this issue for both App Store review and TestFlight review.

Updates to existing actions:

Newly added actions:

QA:

Resolves https://github.com/codemagic-ci-cd/cli-tools/issues/288.

priitlatt commented 1 year ago

Please update description with information about what actions were updated, removed and added.

priitlatt commented 1 year ago

@VeArnold, great job with this feature development! 👍