summary refs log tree commit diff stats
path: root/TestFlight.h
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-09-02 19:19:48 -0400
committerStarla Insigna <starla4444@gmail.com>2011-09-02 19:19:48 -0400
commit8a0dcfc7950f2c39e4d6b444050003115711bd74 (patch)
tree31626a04c0c761159f44c4c3a1cf29ae39d1888a /TestFlight.h
parentd2f3c1322b29abf618d272c8c3580d2d2da4887e (diff)
downloadcartcollect-8a0dcfc7950f2c39e4d6b444050003115711bd74.tar.gz
cartcollect-8a0dcfc7950f2c39e4d6b444050003115711bd74.tar.bz2
cartcollect-8a0dcfc7950f2c39e4d6b444050003115711bd74.zip
Upgraded TestFlight SDK to v0.6
Diffstat (limited to 'TestFlight.h')
-rw-r--r--TestFlight.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/TestFlight.h b/TestFlight.h index cd98c52..d2efd60 100644 --- a/TestFlight.h +++ b/TestFlight.h
@@ -8,7 +8,7 @@
8#import <Foundation/Foundation.h> 8#import <Foundation/Foundation.h>
9 9
10@interface TestFlight : NSObject { 10@interface TestFlight : NSObject {
11 11
12} 12}
13 13
14/** 14/**
@@ -23,6 +23,14 @@
23+ (void)takeOff:(NSString *)teamToken; 23+ (void)takeOff:(NSString *)teamToken;
24 24
25/** 25/**
26 Sets custom options
27 Option Accepted Values Description
28 reinstallCrashHandlers [NSNumber numberWithBool:YES] Reinstalls crash handlers, to be used if a third party
29 library installs crash handlers overtop of the TestFlight Crash Handlers
30 */
31+ (void)setOptions:(NSDictionary*)options;
32
33/**
26 Track when a user has passed a checkpoint after the flight has taken off. Eg. passed level 1, posted high score 34 Track when a user has passed a checkpoint after the flight has taken off. Eg. passed level 1, posted high score
27 */ 35 */
28+ (void)passCheckpoint:(NSString *)checkpointName; 36+ (void)passCheckpoint:(NSString *)checkpointName;