Missing NSPrivacyAccessedAPITypeReasons in App Privacy Manifest.
Muesly opened this issue · 2 comments
Muesly commented
Description
For the new App Privacy Manifest files, in the Privacy API section it lists UserDefaults and File timestamps as relevant APIs, but there is no NSPrivacyAccessedAPITypeReasons
listed for either.
See https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api, where is mentions that the reasons are required too.
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
</dict>
</array>
MikhailSuendukov commented
Hello and thanks for reaching out to us, we'll take a look on it.
DmitriyKirakosyan commented
Version 5.0.5, which includes the fix, has been released.