Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[MSTG-STORAGE-12] Add Privacy Labels and Rework Privacy Chapter #1988
[MSTG-STORAGE-12] Add Privacy Labels and Rework Privacy Chapter #1988
Changes from 2 commits
55d3704
8201839
8eacbc5
0057c88
3df7fc2
bd2d1ff
7053d94
761e348
7c35ccc
dbbb5dd
66c7879
2b7bda3
80d1518
0d5b88b
fe8d977
c91535f
0d5c2dc
ec27148
b8e43c6
622bd5f
4c0cce8
fddccfc
89db17f
b808850
7d5ad6e
7569113
463ebef
04bb15f
13fea44
9f36097
9298da0
0ba1b66
305e0c7
f29cfec
296ba05
17479d1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
How would this work in real-life for the user and for us during verification?
Would we verify that a one-time pop-up is explaining this (which will be anyway coming when accessing camera, contacts etc due to approving the permission), so the additional information is needed? Or would we simply verify the nutrition / data safety labels?
Where would it be defined that something is sensitive data, like
An app that records a user’s screen and doesn't treat this data as personal or sensitive data subject to this policy.
This is defined by the developer in the app? What would be the testing process, the tester would run app activityhttps://developer.apple.com/documentation/network/privacy_management/inspecting_app_activity_data
and then we check it against the privacy policy?I think it's quite a few options we are listing above, so we might want to clarify a bit further and give some more guidance, otherwise it might be a bit overwhelming what to do now exactly.
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.
Since we're testing MSTG-STORAGE-12:
I think the testing strategy for now should be:
I'm going to reflect this on this sub-section (now there's more info than required). We should address that but as part of other test cases / requirements.