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

Need to add a Privacy Manifest for use of NSUserDefaults #35

Open
David-Nest opened this issue Feb 23, 2024 · 0 comments
Open

Need to add a Privacy Manifest for use of NSUserDefaults #35

David-Nest opened this issue Feb 23, 2024 · 0 comments

Comments

@David-Nest
Copy link

Apple is going to start requiring Privacy Manifests sometime in “Spring 2024” for apps and 3rd Party SDKs. Failure to comply with their mandate may lead to issues with releasing new versions of your app on the Apple App Store. Here is the WWDC 2023 video describing Privacy Manifests if you would like more context on Privacy Manifests.

Our app uses NHNetworkTime library and we have found a usage of NSUserDefaults that falls under the required Reasons API category in Privacy Manifests.

https://github.com/huynguyencong/NHNetworkTime/blob/master/NHNetworkTime/NHNetworkClock.m#L94

As we want to continue using this SDK, we would like to request an .xcprivacy added to the library annotating the usage of NSUserDefaults. This will help unblocks apps that use this SDK and comply with the Privacy Manifest requirements from Apple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant