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

[video_player] Address privacy manifest requirement #139760

Closed
stuartmorgan opened this issue Dec 7, 2023 · 2 comments · Fixed by flutter/packages#5846
Closed

[video_player] Address privacy manifest requirement #139760

stuartmorgan opened this issue Dec 7, 2023 · 2 comments · Fixed by flutter/packages#5846
Assignees
Labels
p: video_player The Video Player plugin P1 High-priority issues at the top of the work list package flutter/packages repository. See also p: labels. platform-ios iOS applications specifically team-ios Owned by iOS platform team

Comments

@stuartmorgan
Copy link
Contributor

This plugin is listed on https://developer.apple.com/support/third-party-SDK-requirements/ as requiring a privacy manifest. It's not currently clear why; we'll need to clarify why it's there and then either

  • add a privacy manifest, and figure out how to embed it, or
  • have it removed from the list if it's there in error.

See #131940 for context.

@stuartmorgan stuartmorgan added platform-ios iOS applications specifically p: video_player The Video Player plugin package flutter/packages repository. See also p: labels. P1 High-priority issues at the top of the work list team-ios Owned by iOS platform team labels Dec 7, 2023
@stuartmorgan stuartmorgan self-assigned this Dec 7, 2023
@stuartmorgan
Copy link
Contributor Author

The guidance we have received is:

If an SDK doesn’t collect any data, then a privacy manifest should be provided outlining that no data is collected.

So we'll need to bundle an "empty" manifest.

Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p: video_player The Video Player plugin P1 High-priority issues at the top of the work list package flutter/packages repository. See also p: labels. platform-ios iOS applications specifically team-ios Owned by iOS platform team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant