Search code examples
androidgoogle-play

Google Play not updating internal app automatically


I have an app that is released only as an "internal test" on the Google Play store

  • When I go to the Google Play store on my phone, the app does not show up at all, under "installed" or "updates" or any other tab

  • When I click the 'internal testing' link (the one that Google Play Console says to give to internal testers), it opens Google Play and shows my app's store page. The store page shows the correct latest version, but I'm unable to install it. My only options are "uninstall" and "open" (which opens the currently installed old version of the app)

  • I have "enable auto-update" enabled from the Google Play store page

  • I've waited two days

  • I've made sure the app is closed completely on the phone

As far as I can tell, there's no way to update the app without uninstalling it, which deletes all the app data. How can my testers update the app?


Solution

  • Updating seems to be broken for apps that Google has not reviewed yet, which they don't do for internal apps.

    I released the app to closed beta, causing Google to review it, and stopped using "internal releases" altogether. I'm not sure which of the two was the fix, but now auto updates work.