Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserDefaults api requires reason for use in the privacy manifest #841

Open
dottam opened this issue Mar 26, 2024 · 1 comment
Open

UserDefaults api requires reason for use in the privacy manifest #841

dottam opened this issue Mar 26, 2024 · 1 comment
Labels
bug triage Issues that need to be triaged

Comments

@dottam
Copy link

dottam commented Mar 26, 2024

Describe the bug
UserDefaults api is used in your codebase so it requires adding a reasons for use in your privacy manifest

Refer 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

@dottam dottam added bug triage Issues that need to be triaged labels Mar 26, 2024
@dottam 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 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
@ywsang
Copy link

ywsang commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Issues that need to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants