I want my app to check in background if there is a new version of the app on MY server (not play store servers). How is it possible?
I already thought maybe i could send a background request with asynctask to my server and evaluate it with some kind of server logics (javascript?)?