itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.89k stars 954 forks source link

CacheDirectory clearing data in IOS #1206

Open HemangiVekaria opened 7 months ago

HemangiVekaria commented 7 months 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 5 months ago

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

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