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

[iOS] Are there any plans to add Privacy Manifests? #726

Open
54ma-ta93 opened this issue Feb 28, 2024 · 2 comments
Open

[iOS] Are there any plans to add Privacy Manifests? #726

54ma-ta93 opened this issue Feb 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@54ma-ta93
Copy link

Apple recently announced that starting in Spring 2024, apps will be required to include more privacy-related reasoning for "third-party SDKs." This includes providing details in privacy manifests about data use by these SDKs. You can read more about this requirement on the Apple Developer website: Describing Data Use in Privacy Manifests

Many popular Flutter plugins, such as shared_preferences, have already implemented these manifests. You can see an example of such a manifest in the shared_preferences plugin here: PrivacyInfo.xcprivacy

Given these upcoming requirements, it's important to note that even libraries that do not collect privacy-policy-relevant information may need to include an empty PrivacyInfo.xcprivacy file to avoid potential rejection.

Thank you for your attention to this matter.

@54ma-ta93 54ma-ta93 added the enhancement New feature or request label Feb 28, 2024
@54ma-ta93
Copy link
Author

Hi.The new information has emerged.
https://developer.apple.com/news/?id=3d8a9yyh

This functionality is a step forward for all apps and we encourage all SDKs to adopt it to better support the apps that depend on them.

@AyumiSashitani
Copy link

@juliuscanute
I would appreciate your confirmation.

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

No branches or pull requests

2 participants