Privacy Manifest - Missing an expected key: 'NSPrivacyCollectedDataType'
p-nicolaou opened this issue · 3 comments
p-nicolaou commented
Describe the bug
When generating the Privacy Report for my app, the report displays an error for CropViewController,
Missing an expected key: 'NSPrivacyCollectedDataType'
To Reproduce
Steps to reproduce the behavior:
- Having CropViewController as a dependancy
- Archive the app
- From organiser, right-click your archive, 'Generate Privacy Report'
- In the generated PDF, you can find it under, "Errors Encountered"
Expected behavior
There should be no errors
Additional context
I believe is down to the fact that NSPrivacyCollectedDataTypes
is missing a "nutrition label" as described here,
Apple
p-nicolaou commented
See pull request #576
dubuladuo commented
Put a tag on it
TimOliver commented
PR's been merged! Thanks @p-nicolaou!