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.
Recently google announces the official way of doing this thing with the help of play core library provided by google.
There are two types of updates available - immediate update and flexible update. There are certain steps developer needs to follow for integrating the force update into his/her project.
There are some chances when user killed the application during update so developer needs to handle this case also which are mentioned in steps no 4 and 6.
Here is the link with the brief documentation and guide to integrate this in your project. Force update provided by google.
Happy coding ..