diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bf6d18c..d74dd17ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Guide: https://keepachangelog.com/en/1.0.0/ +- [Privacy] Add Search history collected data for the purpose of product personalization (used for displaying the search history) - [License] Update license to reflect 2024 usage diff --git a/Sources/MapboxSearch/Resources/PrivacyInfo.xcprivacy b/Sources/MapboxSearch/Resources/PrivacyInfo.xcprivacy index a3686ebaa..d0850779b 100644 --- a/Sources/MapboxSearch/Resources/PrivacyInfo.xcprivacy +++ b/Sources/MapboxSearch/Resources/PrivacyInfo.xcprivacy @@ -45,6 +45,18 @@ NSPrivacyCollectedDataTypePurposeAppFunctionality + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeSearchHistory + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeProductPersonalization + + NSPrivacyTracking diff --git a/Sources/MapboxSearchUI/Resources/PrivacyInfo.xcprivacy b/Sources/MapboxSearchUI/Resources/PrivacyInfo.xcprivacy index 90211906c..9bd2020ce 100644 --- a/Sources/MapboxSearchUI/Resources/PrivacyInfo.xcprivacy +++ b/Sources/MapboxSearchUI/Resources/PrivacyInfo.xcprivacy @@ -7,7 +7,20 @@ NSPrivacyTrackingDomains NSPrivacyCollectedDataTypes - + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeSearchHistory + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeProductPersonalization + + + NSPrivacyTracking