I'm testing a new version of our app that now supports Android Auto Backup (by targeting API over 23).
I've managed to get the system to back up the app's data by leaving it overnight (two nights), but when I uninstalled the app and installed it again, it didn't restore the data from the backup.
However, I can still see the backup for the app under Settings > System > Backup > App data > [appname]
and that it was last backed up yesterday.
I first re-installed the app from an apk downloaded to the device. Would this not trigger the restore like installing from Google Play or over adb should?
I've tried uninstalling again and installing over adb, but it still doesn't restore the data.
Is there a way to force it to restore the data from the backup?