itinance / itinance/react-native-fs
iOS privacy manifest
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Starting May 1, Apple will require iOS submissions to the App Store to have privacy manifests describing the use of required reason APIs: https://developer.apple.com/news/?id=3d8a9yyh.
I used [a script](https://github.com/Wooder/ios_17_required_reason_api_scanner) to find required reason APIs in our project and it pointed to 4 uses by `react-native-fs` in the `RNFSManager.m` file, at least in version 2.19.0:
* `NSFileCreationDate`
* `NSFileModificationDate`
* `NSFileSystemFreeSize`
* `NSFileSystemSize`
Could you please add the required privacy manifest?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.