-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 privacy manifest for iOS #2029
Add privacy manifest for iOS #2029
Conversation
#2028 5 minutes apart :) |
when this pr can be confirmed |
@pichillilorenzo please confirme |
@@ -0,0 +1,14 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please let me know how to test this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, there's no real way to test this.
The only way I can think of, is to build an app that just uses this as a dependency and submit it to review in App Store Connect and see whether you get an email complaining about this
Upgrade OrderedSet to add privacy manifest
@all-contributors please add @ueman for code |
I've put up a pull request to add @ueman! 🎉 |
Connection with issue(s)
Resolve issue #1909
This adds an empty privacy manifest. I could not find this library using any of the listed methods from https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
This is similar to the changes seen in the first party Flutter plugins #1909
Testing and Review Notes
I'm not really sure how to test this. I guess if this builds it's fine?