We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abea525 commit 3fee939Copy full SHA for 3fee939
fastlane/Fastfile
@@ -600,15 +600,12 @@ ENV["APP_STORE_STRINGS_FILE_NAME"]="AppStoreStrings.pot"
600
end
601
602
desc "Upload App Store Data"
603
- lane :upload_app_store_data do | options |
604
-
+ lane :upload_app_store_data do | options |
605
deliver(
606
- app_identifier: 'com.automattic.woocommerce',
607
- copyright: '2019 WooCommerce',
608
skip_binary_upload: true,
609
- team_id: '299112',
610
skip_screenshots: true,
611
- ignore_language_directory_validation: true
+ ignore_language_directory_validation: true,
+ precheck_include_in_app_purchases: false # Not supported yet when using ADC APIKey
612
)
613
614
0 commit comments