someone knows how to “force update app” in appstore and google play ?
use the market plugin to open playstore and app store from the
… which does nothing to force an update @muthukumar02
You will have to implement a check if the currently used app version is the most recent one on the store. As the stores don’t offer APIs for your app to check this, you will have to do that on your server somehow. If you are using an API in your app anyway, it might make sense to “abuse” a HTTP header to submit that information with each request, otherwise you have to implement an extra call to your server just for that check @bentz. Then use the plugin posted to send the user to the app store.