Skip to content

With this library you are able to check for a new version of your Appcelerator app in the iOS App Store automatically

License

Notifications You must be signed in to change notification settings

caspahouzer/TiStoreCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiStoreCheck

What?

With this library you are able to check for a new version of your app in the iOS App Store automatically

Usage

// require the module
var store = require('storecheck');

// set app id
var appId = '425218953'; // Feel free to download my app ;)

// call update request method
store.checkForAppUpdate(appId, function (version) {
    // see the example in the Resources/app.js
}

License

MIT

About

With this library you are able to check for a new version of your Appcelerator app in the iOS App Store automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published