mixpanel / mixpanel-swift

Official iOS (Swift) Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
434 stars 234 forks source link

Add privacy manifest #633

Closed jaredmixpanel closed 7 months ago

jaredmixpanel commented 7 months ago

This PR adds a privacy manifest to declare the use of the required API for UserDefaults with the following reason:

1C8F.1
Declare this reason to access user defaults to read and write information that is only accessible to the apps, app extensions, and App Clips that are members of the same App Group as the app itself.

This reason does not permit reading information that was written by apps, app extensions, or App Clips outside the same App Group or by the system. This reason also does not permit writing information that can be accessed by apps, app extensions, or App Clips outside the same App Group.

Addresses: https://github.com/mixpanel/mixpanel-swift/issues/620