gavdix
gavdix

Reputation: 466

Plugin to get app-version from app store for cordova app?

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

Answers (2)

Hrishi
Hrishi

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

dijipiji
dijipiji

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

Related Questions