Describe the bug
The NSPrivacyCollectedDataType key is missing from the PrivacyInfo.xcprivacy
To Reproduce
Steps to reproduce the behaviour:
- Create the application archive through XCode
- Go to
Window -> Organizer and find your archive
- Right click on the archive bundle and click
Generate Privacy Report
- See the bug output
Missing an expected key: 'NSPrivacyCollectedDataType'
Runner.app/Frameworks/flutter_app_badger.framework/flutter_app_badger_privacy.bundle/PrivacyInfo.xcprivacy
Expected behaviour
The PrivacyInfo.xcprivacy file should contain the required NSPrivacyCollectedDataType key
Screenshots
Not applicable.
Additional context
Not applicable.
Describe the bug
The
NSPrivacyCollectedDataTypekey is missing from thePrivacyInfo.xcprivacyTo Reproduce
Steps to reproduce the behaviour:
Window->Organizerand find your archiveGenerate Privacy ReportExpected behaviour
The
PrivacyInfo.xcprivacyfile should contain the requiredNSPrivacyCollectedDataTypekeyScreenshots
Not applicable.
Additional context
Not applicable.