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.
Rusty
i.e.
- Version 1 of app is currently installed;
- 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.);
- Find there IS an update;
- request it to be downloaded and installed
Rusty