react-native-async-storage / async-storage

An asynchronous, persistent, key-value storage system for React Native.
https://react-native-async-storage.github.io/async-storage/
MIT License
4.61k stars 458 forks source link

feat(ios): Prepare Privacy manifest file #1061

Closed krizzu closed 3 months ago

krizzu commented 4 months ago

default-storage needs to include a privacy manifest file to include reason for certain API usage, more here.

Looks like we're using just fileModificationDate API but need to check for other.

The manifest file should be included in a bundle via Cocoapods' resource_bundles. Mind the naming