From 69b8fb1e0ac70d146a9de3c9b4ea70c8981e15ff Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 22 Mar 2024 11:18:37 +0100 Subject: [PATCH] chore: add log statement when skipping idfa reading chore(privacy-manifest): remove UserID and PurchaseHistory --- Adjust/ADJPackageBuilder.m | 1 + Adjust/PrivacyInfo.xcprivacy | 26 -------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/Adjust/ADJPackageBuilder.m b/Adjust/ADJPackageBuilder.m index ed7ae4630..fc67e01f5 100644 --- a/Adjust/ADJPackageBuilder.m +++ b/Adjust/ADJPackageBuilder.m @@ -1350,6 +1350,7 @@ + (void)addConsentDataToParameters:(NSMutableDictionary * _Nullable)parameters // idfa if (!adjConfig.allowIdfaReading) { + [[ADJAdjustFactory logger] info:@"Cannot read IDFA because it's forbidden by ADJConfig setting"]; return; } if (adjConfig.coppaCompliantEnabled) { diff --git a/Adjust/PrivacyInfo.xcprivacy b/Adjust/PrivacyInfo.xcprivacy index 577fe3e58..710a42d1e 100644 --- a/Adjust/PrivacyInfo.xcprivacy +++ b/Adjust/PrivacyInfo.xcprivacy @@ -35,19 +35,6 @@ NSPrivacyCollectedDataTypes - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeUserID - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAnalytics - NSPrivacyCollectedDataTypePurposeProductPersonalization - - NSPrivacyCollectedDataType NSPrivacyCollectedDataTypeDeviceID @@ -61,19 +48,6 @@ NSPrivacyCollectedDataTypePurposeAppFunctionality - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypePurchaseHistory - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAnalytics - NSPrivacyCollectedDataTypePurposeProductPersonalization - - NSPrivacyCollectedDataType NSPrivacyCollectedDataTypeAdvertisingData