Skip to content

Commit

Permalink
feat(GiniHealthSDK): Add PrivacyInfo manifest file to GiniHealthSDK
Browse files Browse the repository at this point in the history
- declared that the SDK is using `UserDefaults` API

PIA-4438
  • Loading branch information
ValentinaIancu-Gini committed Aug 30, 2023
1 parent 22d398e commit 54fb505
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 54fb505

Please sign in to comment.