react-native-documents/document-picker

iOS Privacy manifest

Closed this issue ยท 5 comments

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?

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 ๐Ÿ™‚

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

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

which apis do you have in mind?

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

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