From b5bb34c873d6ce4e2da5cd810d7c51c13a21f18e Mon Sep 17 00:00:00 2001 From: hyun99999 Date: Sun, 30 Oct 2022 10:48:04 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#676=20-=20release=20lane=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - IDFA 없음 - precheck 할 때 앱 구매 없음 --- Spark-iOS/fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Spark-iOS/fastlane/Fastfile b/Spark-iOS/fastlane/Fastfile index b90e9bf3..9275250d 100644 --- a/Spark-iOS/fastlane/Fastfile +++ b/Spark-iOS/fastlane/Fastfile @@ -77,7 +77,9 @@ platform :ios do skip_screenshots: true, submit_for_review: true, automatic_release: false, - force: true + force: true, + precheck_include_in_app_purchases: false, + submission_information: { add_id_info_uses_idfa: false } ) version = get_version_number( xcodeproj: "Spark-iOS.xcodeproj",