Re: [I] iOS deletes file folder when I update the app [cordova-plugin-file]

2024-09-11 Thread via GitHub
JoseCanulEI commented on issue #635: URL: https://github.com/apache/cordova-plugin-file/issues/635#issuecomment-2344355402 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 co

Re: [I] iOS deletes file folder when I update the app [cordova-plugin-file]

2024-09-11 Thread via GitHub
breautek commented on issue #635: URL: https://github.com/apache/cordova-plugin-file/issues/635#issuecomment-2344304378 > 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

Re: [I] iOS deletes file folder when I update the app [cordova-plugin-file]

2024-09-11 Thread via GitHub
breautek closed issue #635: iOS deletes file folder when I update the app URL: https://github.com/apache/cordova-plugin-file/issues/635 -- 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 co

[I] iOS deletes file folder when I update the app [cordova-plugin-file]

2024-09-11 Thread via GitHub
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 updatin