We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c786cc1 commit f774652Copy full SHA for f774652
Sources/Supporting Files/PrivacyInfo.xcprivacy
@@ -2,6 +2,21 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>NSPrivacyCollectedDataTypes</key>
6
+ <array>
7
+ <dict>
8
+ <key>NSPrivacyCollectedDataType</key>
9
+ <string>NSPrivacyCollectedDataTypeProductInteraction</string>
10
+ <key>NSPrivacyCollectedDataTypeLinked</key>
11
+ <false/>
12
+ <key>NSPrivacyCollectedDataTypeTracking</key>
13
14
+ <key>NSPrivacyCollectedDataTypePurposes</key>
15
16
+ <string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
17
+ </array>
18
+ </dict>
19
20
<key>NSPrivacyAccessedAPITypes</key>
21
<array>
22
0 commit comments