react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.33k stars 434 forks source link

iOS Privacy manifest #721

Closed vbmaarten closed 1 month ago

vbmaarten commented 1 month ago

Hello 👋

Since recently apple requires a privacy manifest for every app which is accessing a set of sensitive apis/data https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

Are there any plans to add this to this project? Or does anyone know which entries would be necessary for this dependency in the manifest file?

vonovak commented 1 month ago

Hello and thanks for asking, As far as I can tell, you don't need a manifest. This package isn't using a 3rd party SDK. Thank you 🙂

vbmaarten commented 1 month ago

Thanks for the quick answer! Is it also not using any of the specified API's itself?

vonovak commented 1 month ago

Thanks for the quick answer! Is it also not using any of the specified API's itself?

which apis do you have in mind?

vbmaarten commented 1 month ago

I could imagine a dependency such as this one, might be (indirectly) using the FiletimeStamp or DiskSpace APIs as described in https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

vonovak commented 1 month ago

I'm not aware of the module using such apis :)