diff options
| author | Starla Insigna <starla4444@gmail.com> | 2011-09-02 19:19:48 -0400 |
|---|---|---|
| committer | Starla Insigna <starla4444@gmail.com> | 2011-09-02 19:19:48 -0400 |
| commit | 8a0dcfc7950f2c39e4d6b444050003115711bd74 (patch) | |
| tree | 31626a04c0c761159f44c4c3a1cf29ae39d1888a /TestFlight.h | |
| parent | d2f3c1322b29abf618d272c8c3580d2d2da4887e (diff) | |
| download | cartcollect-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.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; |
