Skip to content

Commit

Permalink
[SSDK-615] Add XCPrivacy info for collected local search history (#188)
Browse files Browse the repository at this point in the history
Fixes [SSDK-615](https://mapbox.atlassian.net/browse/SSDK-615)

- [x] Update `CHANGELOG`

[SSDK-615]: https://mapbox.atlassian.net/browse/SSDK-615

Conflicts:
	CHANGELOG.md
  • Loading branch information
aokj4ck committed Apr 5, 2024
1 parent 420ac21 commit 91e3125
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Guide: https://keepachangelog.com/en/1.0.0/

<!-- Add changes for active work here -->

- [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

Expand Down
12 changes: 12 additions & 0 deletions Sources/MapboxSearch/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeSearchHistory</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeProductPersonalization</string>
</array>
</dict>
</array>
<key>NSPrivacyTracking</key>
<false/>
Expand Down
15 changes: 14 additions & 1 deletion Sources/MapboxSearchUI/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeSearchHistory</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeProductPersonalization</string>
</array>
</dict>
</array>
<key>NSPrivacyTracking</key>
<false/>
</dict>
Expand Down

0 comments on commit 91e3125

Please sign in to comment.