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

Add iOS privacy manifests #414

Closed
a-yarimizu-dc opened this issue Apr 5, 2024 · 4 comments
Closed

Add iOS privacy manifests #414

a-yarimizu-dc opened this issue Apr 5, 2024 · 4 comments

Comments

@a-yarimizu-dc
Copy link

Hello,

In my project, we are working on supporting PrivacyManifest to meet the latest privacy requirements on iOS.
Could you please confirm if there are plans to implement this support in the project?

I would appreciate any details regarding the plans and progress for implementing PrivacyManifest. Thank you for your consideration.

@tp
Copy link
Collaborator

tp commented Apr 5, 2024

@a-yarimizu-dc I wasn't aware that this was needed in the context of this project.

The API warnings I have received so far from Apple were all about APIs that are not used in this package.

Did you encounter any warning that was traced back to this package?

@a-yarimizu-dc
Copy link
Author

Thank you for your response.
Since my project has not yet been updated to support it, I haven't been able to confirm whether warnings will be issued or not.

Don't you think it might be necessary to place an empty manifest file even if you're not using the corresponding API? You can find more information on this from the following pages:
Apple Developer Documentation - Privacy Manifest Files
Flutter GitHub Issue

I would appreciate it if you could confirm this.

@stuartmorgan
Copy link

Don't you think it might be necessary to place an empty manifest file even if you're not using the corresponding API? You can find more information on this from the following pages:
Apple Developer Documentation - Privacy Manifest Files

The yellow box on that page lists the situations in which an SDK needs to include a privacy manifest. There is currently no indication from Apple that most SDKs would require an empty manifest.

@HenriBeck
Copy link
Member

Since we are not on the list that we need to include a manifest, we will close this issue for now

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

4 participants