An implementation of the TestFlight SDK for Titanium.
var TestFlight = require('com.animecyc.testflight'),
mainWindow = Ti.UI.createWindow({
backgroundColor : 'white'
});
TestFlight.takeOff('XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX');
mainWindow.open();
Starts the TestFlight service
- accountToken (String):
- The applications TestFlight application token
- options (Object):
- An object containing the following:
- options (Object):
- inAppUpdates (Boolean)
- flushInterval (Integer)
- logonCheckpoint (Boolean)
- logToStderr (Boolean)
- reportCrashes (Boolean)
- logOnlyOnCrash (Boolean)
- sessionTimeout (Integer)
- environment (Object)
- options (Object):
- An object containing the following:
Sends a checkpoint
- checkpointName (String):
- The name of the checkpoint
Sends feeback information
- feedback (String):
- A feedback message
Sends log messages to TestFlight
- message (String):
- A general log message
Returns the current debug status flag
This method takes no paramters.
Sets the debug status flag
- debug (Boolean):
- Debugging status flag