From 2ca00811c1d10ab131740d37cd0e5937190c1943 Mon Sep 17 00:00:00 2001 From: Max Bothe Date: Mon, 30 Nov 2020 11:41:20 +0100 Subject: [PATCH] Disable IDFA usage in App Store Connect (#845) --- fastlane/Fastfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 78f8305c4..7efb88404 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -259,6 +259,9 @@ platform :ios do skip_metadata: skip_metadata, precheck_include_in_app_purchases: false, automatic_release: automatic_release, + submission_information: { + add_id_info_uses_idfa: false, + } ) else UI.user_error! "No flavor supplied for IPA upload"