Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Created March 27, 2014 13:56
Show Gist options
  • Save Kevinwlee/9808130 to your computer and use it in GitHub Desktop.
Save Kevinwlee/9808130 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
//Register your app
[ContextHub registerWithAppId:@"823b8648-YOUR-UUID-a653-748d4fff9128"];
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment