Skip to content

Conversation

@bizz84
Copy link
Owner

@bizz84 bizz84 commented Apr 3, 2024

Closes #708.

Since this SDK doesn't collect any user data, is it correct to leave the file empty like this?

<?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/>
</plist>

Even though I've added the privacy manifest, I still get this error:

Screenshot 2024-04-03 at 10 58 50

Help anyone?

@bizz84 bizz84 mentioned this pull request Apr 3, 2024
@hw0102
Copy link

hw0102 commented Jul 18, 2024

If it doesn't collect any data, this should do it.

<?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>NSPrivacyTracking</key>
    <false />
    <key>NSPrivacyTrackingDomains</key>
    <array />
    <key>NSPrivacyCollectedDataTypes</key>
    <array />
    <key>NSPrivacyAccessedAPITypes</key>
    <array />
  </dict>
</plist>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Privacy Manifest

3 participants