openid / AppAuth-iOS

iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
https://openid.github.io/AppAuth-iOS
Apache License 2.0
1.75k stars 766 forks source link

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

Open dottam opened 6 months ago

dottam commented 6 months ago

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

ywsang commented 6 months ago

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.