diff options
Diffstat (limited to 'TestFlight.h')
-rw-r--r-- | TestFlight.h | 10 |
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; |