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

Add note that `--cancel-previous-submissions` does not work for TestFlight submissions #353

Closed nilsreichardt closed 11 months ago

nilsreichardt commented 11 months ago

From what I understand, is it not possible to cancel TestFlight submissions, right? I found the question "Delete Beta App Review Submission via App Store Connect API" in the apple forum which asks this question. Still today, I can't find a delete option in the API docs.

When reading the docs for app-store-connect publish I thought it would also delete the previous TestFlight submissions when using the --testflight flag. I tried it out, but it didn't work (see logs). Therefore, I clarified the docs about --cancel-previous-submissions.

nilsreichardt commented 11 months ago

Ahh, makes totally sense. I already wondered to keep all the files up to date. Thanks for the detailed instructions. I updated the PR 👍