paypal / paypal-ios

One merchant integration point for all of PayPal's services
Apache License 2.0
59 stars 27 forks source link

PrivacyInfo Files for PPCP Modules #262

Closed KunJeongPark closed 7 months ago

KunJeongPark commented 7 months ago

Summary of changes

Generated Privacy Report from demo app: Demo-PrivacyReport 2024-03-08 07-52-14_4.pdf

Checklist

Authors

List GitHub usernames for everyone who contributed to this pull request.

scannillo commented 7 months ago

This PR is awesome! 👏 Thanks also for including the PDF

Looking at the PDF you uploaded, it's a odd that Core & Buttons trigger an entry for "Additional Data". Poking around it looks like if we make the file something like:

<?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>NSPrivacyCollectedDataTypes</key>
    <array>
    </array>
</dict>
</plist>

it doesn't trigger that "Additional Data" field in the privacy report