Skip to content

Instantly share code, notes, and snippets.

@boboboa32
Created March 27, 2013 03:55
Show Gist options
  • Save boboboa32/5251497 to your computer and use it in GitHub Desktop.
Save boboboa32/5251497 to your computer and use it in GitHub Desktop.
-(BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// start of your application:didFinishLaunchingWithOptions
// !!!: Use the next line only during beta
// [TestFlight setDeviceIdentifier:[[UIDevice currentDevice] uniqueIdentifier]];
[TestFlight takeOff:@"Insert your Application Token here"];
// The rest of your application:didFinishLaunchingWithOptions method
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment