Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created November 13, 2012 11:09
Show Gist options
  • Select an option

  • Save sadaco/4065251 to your computer and use it in GitHub Desktop.

Select an option

Save sadaco/4065251 to your computer and use it in GitHub Desktop.
custom data
- (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
NSDictionary *aNiceLittleDictionary = [NSDictionary dictionaryWithObjectsAndKeys:@"myObject", @"myKey", nil];
[BugSenseController sharedControllerWithBugSenseAPIKey:@"<Your BugSense API Key>"
userDictionary:aNiceLittleDictionary];
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment