Skip to content

Commit 3fee939

Browse files
committed
Update 'upload_app_store_data' lane for APIKey use
1 parent abea525 commit 3fee939

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

fastlane/Fastfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -600,15 +600,12 @@ ENV["APP_STORE_STRINGS_FILE_NAME"]="AppStoreStrings.pot"
600600
end
601601

602602
desc "Upload App Store Data"
603-
lane :upload_app_store_data do | options |
604-
603+
lane :upload_app_store_data do | options |
605604
deliver(
606-
app_identifier: 'com.automattic.woocommerce',
607-
copyright: '2019 WooCommerce',
608605
skip_binary_upload: true,
609-
team_id: '299112',
610606
skip_screenshots: true,
611-
ignore_language_directory_validation: true
607+
ignore_language_directory_validation: true,
608+
precheck_include_in_app_purchases: false # Not supported yet when using ADC APIKey
612609
)
613610
end
614611

0 commit comments

Comments
 (0)