Delete saved data after uploading play store

Hi,

I finished my first unity app and upload it to the google play console.
When I download the app it begins halfway, level 23 with 2400 coins.

I try this:

  1. I delete the game data and caches in my android devices before I reinstall the app
  2. In unity I delete saved data (dotmob)
  3. In unity I delete the caches in preference

Can someone help me?

Check this out - Back up user data with Auto Backup  |  Identity  |  Android Developers

Maybe you have
android:allowBackup=“true” in your manifest, try setting it to false.

Were you able to fix this?