Skip to content

Commit

Permalink
chore: add log statement when skipping idfa reading
Browse files Browse the repository at this point in the history
chore(privacy-manifest): remove UserID and PurchaseHistory
  • Loading branch information
uerceg committed Mar 22, 2024
1 parent f102230 commit 69b8fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
1 change: 1 addition & 0 deletions Adjust/ADJPackageBuilder.m
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
26 changes: 0 additions & 26 deletions Adjust/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,6 @@
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeUserID</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<true/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
<string>NSPrivacyCollectedDataTypePurposeProductPersonalization</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeDeviceID</string>
Expand All @@ -61,19 +48,6 @@
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypePurchaseHistory</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<true/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
<string>NSPrivacyCollectedDataTypePurposeProductPersonalization</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeAdvertisingData</string>
Expand Down

0 comments on commit 69b8fb1

Please sign in to comment.