You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent updates announced at WWDC 2023 (https://developer.apple.com/videos/play/wwdc2023/10060/), Apple has emphasized the importance to add Privacy Manifest to the developers. Can you please share details about the Privacy Manifest for this library? It'd be awesome if you could add a Privacy Manifest to this library.
The text was updated successfully, but these errors were encountered:
The Privacy Manifest is something that app publishers should audit for in all their dependencies. This is not the responsibility of library authors. I can think of the several reasons this is the case:
Apps most of the time use only a subset of the library's full functionality. If you use Firebase Crashlytics for example, you don't want to inherit "Tracking" from the Google frameworks if all you need is "Diagnostics".
Open Source owners might not update their manifest regularly. At best, you'd just have to wait for them to update it. At worse, they rush it with inaccurate declarations.
Open Source repos are forked all the time. Repos containing privacy manifests do not tell us if extended functionality still respects the manifest file of the original.
Most Open Source licenses already contain a variation of "use at your own risk" wording, and basically waives the responsibility away.
With the recent updates announced at WWDC 2023 (https://developer.apple.com/videos/play/wwdc2023/10060/), Apple has emphasized the importance to add Privacy Manifest to the developers. Can you please share details about the Privacy Manifest for this library? It'd be awesome if you could add a Privacy Manifest to this library.
The text was updated successfully, but these errors were encountered: