-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Privacy Manifest #625
Comments
@mobru not sure Tabman needs to have a privacy manifest? It doesn't use any of the specified 'required reason' APIs (such as UserDefaults) and also as far as I can tell only the SDK's listed here are required to have manifests: https://developer.apple.com/support/third-party-SDK-requirements/ Or am I wrong? 😅 |
Added one anyway to both Pageboy and Tabman with #628 |
Honestly... no idea. Apple is (as always) vague on what is actually required (by whom) and what isn't. I'd say that it could be argued that every SDK needs a Privacy Manifest, but also ... maybe not? I guess we'll find out after May 1st. Anyhow - thank you very much for providing one (even if it isn't needed)! |
Hi there,
As of May 1st 2024, Apple requires third-party SDKs to add a Privacy Manifest file.
https://developer.apple.com/support/third-party-SDK-requirements/
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
Are there plans to include a Privacy Manifest?
The text was updated successfully, but these errors were encountered: