react-native-cookies / cookies

🍪 Cookie Manager for React Native
MIT License
480 stars 95 forks source link

Add Privacy Manifest #189

Open ujeon opened 6 months ago

ujeon commented 6 months ago

Add Privacy Manifest for NSUserDefaults usage.

I'm not sure if adding a Privacy Manifest is the right approach for this library because I don't believe (or I'm not certain) this library collects any user information through NSUserDefaults.

If you have any ideas (or if I'm missing something), please comment below.



p.s.)

If you archive your project and then generate Privacy Report as PDF, you can see RNCookiePrivacyInfo.bundle like below :

Screenshot 2024-04-05 at 5 59 56 PM

ym0724 commented 6 months ago

I had the same issue, thank you for the correction. It looks like I should just remove the privacy manifest after it is clear that no user information is being collected.

Could you please review @safaiyeh

muhammadarsal commented 6 months ago

any idea when will this be merged?