Skip to content

Commit

Permalink
Updated privacy info (#315)
Browse files Browse the repository at this point in the history
* Correct privacy domains

* Removed location privacy info
  • Loading branch information
bsneed authored Mar 22, 2024
1 parent 18b0cde commit c181b75
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions Sources/Segment/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<false/>
<key>NSPrivacyTrackingDomains</key>
<array>
<string>cdn-settings.segment.com/v1/projects/&lt;writekey&gt;/settings</string>
<string>https://api.segment.io/v1/b </string>
<string>cdn-settings.segment.com</string>
<string>api.segment.io</string>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array>
Expand Down Expand Up @@ -47,18 +47,6 @@
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypePreciseLocation</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeAdvertisingData</string>
Expand Down

0 comments on commit c181b75

Please sign in to comment.