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
dottam
changed the title
User Default Api is used
A reason for use of the UserDefaults api is required in the privacy manifest
Mar 26, 2024
dottam
changed the title
A reason for use of the UserDefaults api is required in the privacy manifest
UserDefaults api requires reason for use in the privacy manifest
Mar 26, 2024
Hi @dottam! Could you point me towards where you see the UserDefaults API being used? From my search of the repo, it looks like UserDefaults is only used in our example apps, which are not included in our released Pod or Swift Package.
Describe the bug
UserDefaults
api is used in your codebase so it requires adding a reasons for use in your privacy manifestRefer to this document from Apple:
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
Expected behavior
A required reason should be included in the privacy manifest
The text was updated successfully, but these errors were encountered: