From fac9030e9f9a327d1e914102a2c982f8008fe5ae Mon Sep 17 00:00:00 2001 From: "Matthew M. Keeler" Date: Wed, 3 Apr 2024 14:58:56 -0400 Subject: [PATCH] fix: Mark NSPrivacyCollectedDataTypeTracking as false in privacy manifest (#366) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to https://developer.apple.com/app-store/user-privacy-and-data-use/ > Tracking refers to the act of linking user or device data collected from your app with user or device data collected from other companies’ apps, websites, or offline properties for targeted advertising or advertising measurement purposes. The data we collect is not used for advertising. --- LaunchDarkly/LaunchDarkly/PrivacyInfo.xcprivacy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LaunchDarkly/LaunchDarkly/PrivacyInfo.xcprivacy b/LaunchDarkly/LaunchDarkly/PrivacyInfo.xcprivacy index d0e6f1f5..5f0ad971 100644 --- a/LaunchDarkly/LaunchDarkly/PrivacyInfo.xcprivacy +++ b/LaunchDarkly/LaunchDarkly/PrivacyInfo.xcprivacy @@ -14,7 +14,7 @@ NSPrivacyCollectedDataTypeLinked NSPrivacyCollectedDataTypeTracking - + NSPrivacyCollectedDataTypePurposes NSPrivacyCollectedDataTypePurposeProductPersonalization @@ -28,7 +28,7 @@ NSPrivacyCollectedDataTypeLinked NSPrivacyCollectedDataTypeTracking - + NSPrivacyCollectedDataTypePurposes NSPrivacyCollectedDataTypePurposeProductPersonalization