Ok. I think you have some solutions in this thread and you have to star to test, share your code and the specific problems...
You can get inspiration
from this lib.
- You check your app version
- You check your newest app version into a file on a FTP or in an online database...
- Then,
that is EXACTLY my question & issue
my app version (the one the user is using) is easy - very easy
the issues is the app version in google play store
saving it in a file on my server is a bad solution (i do it now) as i can't update it untill the store is updated and it can take time so i must follow it constantly andd then update the file
if i miss one time the user basically can be automatically updated - it's ok but my time is wasted
so the best is to be able to get the current version from play store and compare it to the current app's version
no manual follow up needed
so my question is - how do i get the app version in google paly store
all the rest is easy