itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.97k stars 986 forks source link

CacheDirectory clearing data in IOS #1206

Open HemangiVekaria opened 1 year ago

HemangiVekaria commented 1 year ago

I am using RNFS.cacheDirectoryPath for andorid and ios both. But after sometime like 1 days data from cache is get cleared so i can't access files which i saved. Also when i update app from testflight at that time also cache data is get cleared in ios

Can anyone please help for this? For ios if i use DocumentDirectoryPath then data from that also get cleare when update app from textflight?

christophliftoff commented 12 months ago

Can you share your code? That might help with debugging.

Otherwise, if you have found a solution please share it here.