Skip to content

Instantly share code, notes, and snippets.

@ioslh
Last active August 2, 2016 03:00
Show Gist options
  • Save ioslh/b748778274688d5bf1e844edc5e70b03 to your computer and use it in GitHub Desktop.
Save ioslh/b748778274688d5bf1e844edc5e70b03 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[Bugtags startWithAppKey:@"APP_KEY" invocationEvent:BTGInvocationEventBubble];
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment