GithubHelp home page GithubHelp logo

zbage / installr-updater Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeffbonnes/installr-updater

0.0 2.0 0.0 116 KB

A Titanium module to see if a tester is running the latest beta build uploaded to installrapp.com

installr-updater's Introduction

installr updater

An easy way to prompt your beta testers to update to a new build when there is a new version on installrapp.com

If you use Installr to distribute the betas of your Titanium apps (and you should!) this is an easy way to ensure they upgrade to a new version once you upload it to installr.

It will only run if the app has not been downloaded from the App Store.

Usage:

var installrUpdater = require('installrUpdater');

// Get your App Token from installr - on the settings tab of any app
var installrAppToken = "DhhfQUJBfQY7fsI7TYKQqqQB2tNL";

// This will automatically check for an update check for an update
// on app resume and the app going online
installrUpdater.autocheck(installrAppToken);

The tester will recieve a prompt if there is a new version on installr: prompt

You can also pass your own function to handle the response:

// An example of passing your own function to handle the response
	installrUpdater.checkForNewerVersion(installrAppToken, function(e) {
		alert('this is my custom handler for the data');
		Ti.API.info(e, null, 4);
	});

Logging:

[INFO] [iphone, 7.1, 192.168.1.9] {
    "title": "TestApp",
    "appId": "com.gameshape.installr.test01",
    "versionNumber": "3.0.0.1390972175177",
    "releaseNotes": "Test Again",
    "installUrl": "https://www.installrapp.com/tester/install/44"
}

installr-updater's People

Contributors

jeffbonnes avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.