Skip to content

Instantly share code, notes, and snippets.

@trevyn
Created June 2, 2012 13:36
Show Gist options
  • Select an option

  • Save trevyn/2858460 to your computer and use it in GitHub Desktop.

Select an option

Save trevyn/2858460 to your computer and use it in GitHub Desktop.
[TestFlight takeOff:@"<team token>"];
NSString *device= [[UIDevice currentDevice] uniqueIdentifier];
[TestFlight setDeviceIdentifier:device];
TFLog(device);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment