1.0.1 • Published 7 years ago

current-ios-app-version v1.0.1

Weekly downloads
279
License
MIT
Repository
github
Last release
7 years ago

current-ios-app-version

Get current app version from App Store

Install

$ npm install --save current-ios-app-version

Usage

const currentIosAppVersion = require('current-ios-app-version');

currentIosAppVersion('1058948091')
.then(version => {
  // version => 2.16.2
})
.catch(err => {
  // err => App ID not found
})

API

currentIosAppVersion(appBundleId)

Returns: Promise

appBundleId

Type: string

The app bundle id of the app you'd like to query. How can I find my app bundle id?

See also

License

MIT © Jonny Burger

1.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago