Socket
Socket
Sign inDemoInstall

current-ios-app-version

Package Overview
Dependencies
45
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    current-ios-app-version

Get current app version from app store


Version published
Weekly downloads
73
increased by942.86%
Maintainers
1
Install size
4.43 MB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 31 Mar 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc