isar-community / isar

Extremely fast, easy to use, and fully async NoSQL database for Flutter
https://isar-community.dev
Apache License 2.0
126 stars 14 forks source link

Apple Privacy Manifest missing keys #78

Open jtdLab opened 4 months ago

jtdLab commented 4 months ago

This analyzer reported that isar_flutter_libs needs to add a privacy policy for these APIs:

🛠️  Descriptions for the following required API reason(s) may be missing: 2
[0] NSPrivacyAccessedAPICategoryFileTimestamp
[1] NSPrivacyAccessedAPICategorySystemBootTime
vicenterusso commented 4 months ago

I'm not sure if we need to add these keys; we only include them if they're explicitly necessary. Do you have any official links that definitively state whether we must include them, even when they're not needed?

Edit: According to official docs, it explicitly states: "if used" few times.