-
Notifications
You must be signed in to change notification settings - Fork 399
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
Add iOS privacy manifests #285
Comments
When can we expect PrivacyInfo to be merged and new version release on pub.dev? The from Apple deadline is close. Thank you |
I am waiting too |
I'm also waiting for this to be merged. |
I am waiting too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description (What is the problem)
By Apple's Privacy manifest guidelines,
some action will be required such as adding an empty privacy manifests file even if you are not collecting anything.
Apple's document: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
See flutter/flutter#131940 for more context.
Solution suggestion
Add privacy manifests file (PrivacyInfo.xcprivacy) according to libraries privacy usage.
The following is an example of an empty privacy manifests file if this library is not collecting anything.
device_info_plus/ios/PrivacyInfo.xcprivacy
The text was updated successfully, but these errors were encountered: