From 6d6059a0ef0fbb65c9e7f4aea2871aa7feba95a7 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Wed, 3 Apr 2024 12:07:16 -0400 Subject: [PATCH] fix: Mark NSPrivacyCollectedDataTypeLinked as false in privacy manifest 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