Xamarin - How to upgrade Android app and keep files under android data folder
问题 I need to deploy a new version of my Android app made with Xamarin. My app stores files in the following path: android > data > APP.PACKAGE_NAME > files > data The problem is those files are wiped after the upgrade and the app needs to resync with the remote server, is this behavior normal or am I missing something ? What I do is upgrade the version number in the properties > Android Manifest, then Archive and deploy the generated apk on my device. 回答1: If your device is rooted, it can be the