What happens to files in my users' applicationStorageDirectory when I upload an update for my iOS Ap
I have an iPad app being sold in the iOS App Store. I use File.applicationStorageDirectory.resolvePath to save some XML files locally to the user's iPad (stuff like user's high scores when playing in offline mode).
What will happen to these files for my users if I upload a new app update to App Store? Will they get deleted because the update is a fresh install of the app, or will they be left alone?