Skip to content

Instantly share code, notes, and snippets.

@rcoh
Last active December 20, 2015 02:49
Show Gist options
  • Save rcoh/6058751 to your computer and use it in GitHub Desktop.
Save rcoh/6058751 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[Ink setupWithAppKey:@"your-appkey-here"];
/*Your app's intialization code here*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment