Open navaronbracke opened 6 months ago
This PR adds a Privacy Manifest for iOS. It includes the Required Reason key for UserDefaults, as that is the only API that the package uses.
UserDefaults
I declared reason CA92.1 as I don't think workmanager tasks go across App Groups.
CA92.1
See also: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
Fixes #554
cc @ened
This PR adds a Privacy Manifest for iOS. It includes the Required Reason key for
UserDefaults
, as that is the only API that the package uses.I declared reason
CA92.1
as I don't think workmanager tasks go across App Groups.See also: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
Fixes #554
cc @ened