From 3caffadb393cada7d9bbc433e0c96e6650ed873a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 22 Aug 2011 11:13:42 -0400 Subject: Integrated TestFlight SDK See https://testflightapp.com/sdk/doc/ --- Classes/Cart_CollectAppDelegate.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Classes/Cart_CollectAppDelegate.m') diff --git a/Classes/Cart_CollectAppDelegate.m b/Classes/Cart_CollectAppDelegate.m index 158f660..0af3ac0 100755 --- a/Classes/Cart_CollectAppDelegate.m +++ b/Classes/Cart_CollectAppDelegate.m @@ -13,6 +13,7 @@ #import "GameMode.h" #import "RootViewController.h" #import "MainMenuLayer.h" +#import "TestFlight.h" @implementation Cart_CollectAppDelegate @@ -42,6 +43,9 @@ - (void) applicationDidFinishLaunching:(UIApplication*)application { + // REMOVE THIS LINE FOR RELEASE BUILDS + [TestFlight takeOff:@"66a3925c85c93e7628c14d167ff6c1b7_MjM4MTEyMDExLTA4LTE3IDEzOjEyOjQ4Ljg2NDE2OQ"]; + [[UIApplication sharedApplication] setIdleTimerDisabled:YES]; NSMutableDictionary* registerDefaults = [NSMutableDictionary dictionaryWithObjectsAndKeys: -- cgit 1.4.1