-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceWhen using cancel_previous_submissions (set to true or false), the following error is shown:
This error just happened to me. It was still working fine 2 or 3 weeks ago Expected resultsCD works fine when using cancel_previous_submissions Actual results
Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @vanvu08t2, we already solved this issue over intercom chat, but I'll share it here as well. |
Beta Was this translation helpful? Give feedback.
hi @vanvu08t2, we already solved this issue over intercom chat, but I'll share it here as well.
cancel_previous_submissions
works only in conjunction with App Store submission. Ifsubmit_to_app_store
is set to false (or is missing, which is equivalent to false), then there is nothing to cancel, and because of that validation error occurs.