Hi,
My problem is when I uninstall and reinstall the app on android, my game saving is not lost, they come back again. (I used LocalStorage plugin to save achievements).
When I install the app to a different android device, game starts with no saving data as expected. So I quess there is a save file left on my device and when the apk installed, it finds this saved data.
I want to learn, what is the location of LocalStorage plugin's save data on android.
Under "/android/data" subfolder there is a folder named com.myconstructproject which is my project created with debuk apk. And there are "cache" and "file" subfolders in it.
But the "cache" and "file" subfolders seems to be empty although I checked the show secret files option. There are no files in it.
Thanks in advance..