My app uses a lot of network.request() function calls to download images from the Internet.
Over time I found the storage size of my app is growing even I delete all the files in Document/Cached/Temporary directories.
Therefore, I use “iExplore” tool to see what’s causing the storage size grow like this…
and I found there are tons of files in “fsCachedData” inside my app folder.
I think these files are generated by network.request() for cache mechanism, isn’t it?
Can I remove these files in “fsCachedData” by some function call?
My users have been complaining about it. They are deleting my app when they see my storage size is growing like crazy.
Corona, please help, it’s quite urgent.