Get the current version of an Android app
$ npm install current-android-app-version
const currentAndroidAppVersion = require('current-android-app-version');
currentAndroidAppVersion('bestande.bestande')
.then(version => {
// => '2.16.2'
})
.catch(err => {
// => {message: 'Could not find app'}
})
Type: string
The Google Play ID. How do I find the Google Play ID?
- current-ios-app-version: Get current iOS app version from App Store
MIT © Jonny Burger