JoseCanulEI opened a new issue, #635: URL: https://github.com/apache/cordova-plugin-file/issues/635
I’ve read that the iOS operating system might delete the files folder of my application. My question is: under what circumstances would this happen? This occurred to me recently after updating from Capacitor 5 to Capacitor 6, where I have cordova-plugin-file implemented. Some of my clients have lost their entire files folder. Despite conducting multiple reviews, I still haven’t found the issue in my app. If anyone could provide more information about this behavior or if someone has experienced something similar, I would greatly appreciate your help. I’m using version 6.0.2 of the library and Capacitor 6. I’ve attached the library text below: * Files persist across app restarts and upgrades, but this directory can be cleared whenever the OS desires. Your app should be able to recreate any content that might be deleted. ** Files may persist across app restarts, but do not rely on this behavior. Files are not guaranteed to persist across updates. Your app should remove files from this directory when it is applicable, as the OS does not guarantee when (or even if) these files are removed. *** The OS may clear the contents of this directory whenever it feels it is necessary, but do not rely on this. You should clear this directory as appropriate for your application. Cordova-plugin-file: 6.0.2 Capacitor: 6.0.0 Vuejs: 2.6.14 Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org