Codemagic Submits to TestFlight even though submit_to_testflight and submit_to_app_store is false. #2692
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproducesetting submit_to_testflight to false and submit_to_app_store to false still submits binary to TestFlight. publishing:
app_store_connect:
api_key: $APP_STORE_CONNECT_PRIVATE_KEY
key_id: $APP_STORE_CONNECT_KEY_IDENTIFIER
issuer_id: $APP_STORE_CONNECT_ISSUER_ID
submit_to_testflight: false
submit_to_app_store: false Expected resultsThe binary (.ipa) is submitted to TestFlight. Actual resultsThe binary (.ipa) should not be submitted to TestFlight. Build id (optional)66c9cbcec8bb145f1b60192a |
Beta Was this translation helpful? Give feedback.
Answered by
dtrdic
Aug 27, 2024
Replies: 1 comment 2 replies
-
hey @superakabo, once you set the publishing section you are indicating that the binary should be published, so the
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dtrdic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @superakabo, once you set the publishing section you are indicating that the binary should be published, so the
submit_to_testflight: false
flag will be ignored. If you don’t want to publish your binary to App Store Connect, simply comment out the publishing section