Skip to content

Commit

Permalink
Remove TestFlight uniqueIdenfitier code
Browse files Browse the repository at this point in the history
  • Loading branch information
grgar committed Apr 23, 2013
1 parent 347fb3a commit b076451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TDA-Enrichment/Classes/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ - (id)init
- (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions
{
// TestFlight init
[TestFlight setDeviceIdentifier:[[UIDevice currentDevice] uniqueIdentifier]];
[TestFlight takeOff:@"d3bb9d36-e2ca-43f0-a499-52e8582879d3"];

CGRect screenBounds = [[UIScreen mainScreen] bounds];
Expand Down

0 comments on commit b076451

Please sign in to comment.