0.0.4 • Published 4 years ago
cordova-plugin-codeplay-in-app-update v0.0.4
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