I am working on an application I want to give force update to app users if new version available on play store, the app should show a dialog message to user.
In you first activity you can make an api call that should return the latest version of your app. Compare that with the current app version if current version is lower show a dialog asking to update. They update button can open you app in play store