Skip to content

A plugin for codova, which will allow the app to bring the user to the play store to update the app.

License

Notifications You must be signed in to change notification settings

Diusrex/cordova-android-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova plugin for Android

Is meant to bring bring up play store to update current app

Installation

Inside the cordova project:

cordova plugin add https://github.com/Diusrex/cordova-android-update

Usage

To use inside of your javascript code, use the following line:

updateApp(shouldQuitApp, successFunction, errorFunction);

shouldQuitApp: Will determine if the app should be finished upon the play store being opened. NOTE: Does NOT guarantee that the user will update the app, just that they will be brought to the play store for the app.

success/errorFunction: The functions that will be called on error and success.

About

A plugin for codova, which will allow the app to bring the user to the play store to update the app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published