rn-fetch-blob icon indicating copy to clipboard operation
rn-fetch-blob copied to clipboard

iOS privacy manifest

Open gkasireddy202 opened this issue 10 months ago • 5 comments

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.

gkasireddy202 avatar Mar 27 '24 08:03 gkasireddy202

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

Jignesh1303 avatar Apr 10 '24 06:04 Jignesh1303

I just opened PR.

ujeon avatar Apr 16 '24 02:04 ujeon

@Jignesh1303 Any update on it ?

basem1109 avatar Apr 25 '24 13:04 basem1109

Updates please?

tzw99556 avatar May 21 '24 02:05 tzw99556

Just switch over to https://www.npmjs.com/package/react-native-blob-util

You might have to adjust your paths though but that's it

RonRadtke avatar Jun 29 '24 07:06 RonRadtke