joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.79k stars 766 forks source link

iOS privacy manifest #867

Open gkasireddy202 opened 1 month ago

gkasireddy202 commented 1 month ago

I am using the version: rn-fetch-blob: 0.12.0, and react-native:0.68.7. Please add the iOS privacy manifest for this library.

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.

Jignesh1303 commented 3 weeks ago

Found potentially required reason API usage 'NSFileSystemFreeSize' in './node_modules/rn-fetch-blob/ios/RNFetchBlobFS.m' Line numbers: 909 Found potentially required reason API usage 'NSFileSystemSize' in './node_modules/rn-fetch-blob/ios/RNFetchBlobFS.m' Line numbers: 908 Found potentially required reason API usage 'NSURLContentModificationDateKey' in './node_modules/rn-fetch-blob/ios/RNFetchBlobFS.m' Line numbers: 658

ujeon commented 2 weeks ago

I just opened PR.

basem1109 commented 1 week ago

@Jignesh1303 Any update on it ?