Reputation: 466
I need a plugin for getting app version from play store.
I want to notify user to update latest version if it is present in app store. Want to show kind of notification to user as soon as user running app.
I need that plugin for both android and ios.
Thanks in advance.
Upvotes: 2
Views: 1662
Reputation: 1250
you can use "cordova-plugin-app-version" plugin to get version of installed app then you can call api service to check app is latest or not.
Upvotes: 0
Reputation: 3109
Pretty sure you need to run your own service to check the versions numbers of your app.
e.g. mywebsite.com/myappversionnumber.php?version=android
Or some such
Upvotes: 1