Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play - update an unpublished app for existing users but not new users?

I have an unpublished app on Google Play which I want to update for my existing users, but not let new users download it.

The Google Play documentation seems to be saying that this can be done by simply uploading an updated apk (and not re-publishing the app):

Unpublished Apps

Existing app users will still be able to receive app updates, even if you unpublish your app. If you don't want new users to find and download your app but still want to provide updates to your existing users, set your app to Unpublished in the Developer Console. https://support.google.com/googleplay/android-developer/answer/113476?hl=en

But it seems unintuitive that an "unpublished" application would work that way. If the documentation is correct, how does Google Play tell the difference between an 'existing' user and a 'new' user?

like image 244
Sam Twidale Avatar asked Dec 09 '13 15:12

Sam Twidale


2 Answers

Just a follow up: pushing an update to the unpublished app does make the update available to existing users only, but the app does not update automatically for these users. They must browse to the app page, where the app will have an "Update" button which can be triggered manually.

like image 137
Sam Twidale Avatar answered Nov 05 '22 20:11

Sam Twidale


(This is just speculation, I'm not affiliated with Google in any way or anything)

The existing user probably has the app associated with the Google account they use to log in to the Play store.

If you look at your own profile in the store, there's a list of all the apps you've ever installed. I'm guessing the update would be available only for people who have your app in their lists, and the app will still be invisible for new users.

like image 32
npace Avatar answered Nov 05 '22 20:11

npace