navaronbracke / weforza

1 stars 0 forks source link

Add a Privacy Manifest #467

Closed navaronbracke closed 6 months ago

navaronbracke commented 8 months ago

This PR adds the iOS Privacy Manifest.

Currently only specifies that we do not track user data, and which data we do collect for functionality.

I still need to amend the NSPrivacyAccessedAPITypes with what API's we actually use.

After that we still need to update our dependencies, so that we can generate the privacy report.

Part of #417