Hi,
I’ve noticed my app that I am developing(currently in Beta) is having problems on my new Galaxy Tablet (SM-T580) running Android 6.0.1 because the app files are being picked up by Google Backup.
I’m testing for IAP so doing a lot of uninstalls / re installs and on this device it keeps picking up old data that I save in the user documents. If I turn off “Automatic Restore” it works fine but I can’t tell all the users to do that.
On my Samsung S7 Edge running Android 6.0.1 with Automatic Restore turned on it works fine…
I’ve seen there is a settings manifest entry called android:allowBackup that you can set to false detailed in this thread: http://stackoverflow.com/questions/33169618/an-android-app-remembers-its-data-after-uninstall-and-reinstall
Is there a way to do this in Corona?
My app relies heavily on checking files and copying from the resource folder if the versions don’t match during updates but on this device with that setting turned on its just picking up first version stuff! I’m worried some of the Beta testers will get this too.
Kind Regards,
Krivvenz.