Closed
Description
Please check the following before submitting a new issue.
- I have searched the existing issues.
- I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
- Android
- iOS
- Windows
Steps to reproduce
- Look at
NSUserDefaults
- Look at https://github.com/Baseflow/flutter-permission-handler/blob/3be556e67d52f73b1c072ad2334cd9b64196737f/permission_handler_apple/ios/Resources/PrivacyInfo.xcprivacy and see the lack of corresponding required reason entry.
Any plugin that uses a required reason API needs to declare it.
(I have not done a comprehensive audit; there may be other missing required reason API declarations as well. I'm filing this as I find it.)
Expected results
Privacy manifest that includes explanations of all Required Reason APIs
Actual results
Missing declaration
Code sample
N/A
Screenshots or video
No response
Version
current master
Flutter Doctor output
N/A