Skip to content

Codemagic Submits to TestFlight even though submit_to_testflight and submit_to_app_store is false. #2692

Closed Answered by dtrdic
superakabo asked this question in Q&A
Discussion options

You must be logged in to vote

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

#  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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@superakabo
Comment options

@dtrdic
Comment options

Answer selected by dtrdic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
publishing_appstore Queries Related to Publishing dt
2 participants