Diagnostics
Diagnostics copied to clipboard
Missing API declaration
Hi,
first I want to mention that is great package.
Now to the problem. After my last update submitted to the store I get an email with issues regarding Missing API declaration https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
Below is the list with APIs that needs declaration:
- NSPrivacyAccessedAPICategoryFileTimestamp
- NSPrivacyAccessedAPICategoryDiskSpace
- NSPrivacyAccessedAPICategoryUserDefaults
- NSPrivacyAccessedAPICategorySystemBootTime
Beside NSPrivacyAccessedAPICategoryUserDefaults I don't think I'm using the other APIs in my code. I thought they might be used for the diagnostics. Do you plan to include PrivacyInfo.xcprivacy or I need to add it to my app?
Thanks.