cordova-plugin-codeplay-in-app-update
v0.0.4
Published
Keeping your app up-to-date on your users’ devices enables them to try new features, as well as benefit from performance improvements and bug fixes. Although some users enable background updates when their device is connected to an unmetered connection, o
Downloads
115
Maintainers
Readme
Developed by HTML Code Play and this plugin is used for check your app update through play store and if any new version available download by using immediate or flexible option.
cordova.plugins.inappupdate.isUpdateAvailable(success,fail);
cordova.plugins.inappupdate.isUpdateAvailable(success,fail);
function success(result)
{
if(JSON.parse(result))
{
alert("App update available");
}
else
{
alert("No app update available");
}
}
function fail(result)
{
console.log(result);
}
cordova.plugins.inappupdate.update("flexible",function(){},function(){});
cordova.plugins.inappupdate.update("immediate",function(){},function(){});
https://play.google.com/store/apps/details?id=sql.code.play
https://play.google.com/store/apps/details?id=html.editor.codeplay
https://play.google.com/store/apps/details?id=php.code.play
https://play.google.com/store/apps/details?id=cordova.code.play
https://play.google.com/store/apps/details?id=com.kids.learning.master