Skip to content

Commit

Permalink
Disable IDFA usage in App Store Connect (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathebox authored Nov 30, 2020
1 parent ecfca95 commit 2ca0081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ca0081

Please sign in to comment.