Fix in-store purchase to false

This commit is contained in:
Zhiyuan Zheng 2021-04-15 11:51:12 +02:00
parent 6efcd7c316
commit d572f55360
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
2 changed files with 7 additions and 7 deletions

View File

@ -14,4 +14,9 @@ support_url({
})
copyright("#{Time.now.year} ©️ xmflsct")
primary_category("SOCIAL_NETWORKING")
primary_category("SOCIAL_NETWORKING")
automatic_release(false)
force(true)
precheck_include_in_app_purchases(false)
submit_for_review(true)

View File

@ -106,12 +106,7 @@ private_lane :build_ios do
output_directory: BUILD_DIRECTORY,
silent: true
)
upload_to_app_store(
force: true,
ipa: IPA_FILE,
submit_for_review: true,
automatic_release: false
)
upload_to_app_store( ipa: IPA_FILE )
else
if !is_ci
match( type: "development", readonly: true )