Android Question Check Google Play for app update programmatically

Rusty

Well-Known Member
Licensed User
Longtime User
Is it possible to check Google Play programmatically to see if an update is available BEFORE continuing to run the app requiring update?

i.e.
  1. Version 1 of app is currently installed;
  2. start app but before it begins running main routines, it checks Google Play to see if an update is available but hasn't been downloaded or installed (This is due to the fact the device was just turned on and an automatic download/update could not have happened yet.);
  3. Find there IS an update;
  4. request it to be downloaded and installed
Thanks,
Rusty
 

Rusty

Well-Known Member
Licensed User
Longtime User
Thanks Erel,
Unfortunately, my app is published in a "Private Channel" accessible only to my paid clients. It is not open to all users. As such, I believe it will not be accessible by this lib.
Is this correct?
Regards,
Rusty
 
Upvote 0
Top