Skip to content

Instantly share code, notes, and snippets.

@victorquinn
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorquinn/2bcfe2797d968f9cd1e6 to your computer and use it in GitHub Desktop.
Save victorquinn/2bcfe2797d968f9cd1e6 to your computer and use it in GitHub Desktop.
Start LocationKit
// Add the following line above the @implementation section in AppDelegate.m
#import <LocationKit/LocationKit.h>
// From within AppDelegate.m’s application:didFinishLaunchingWithOptions: method,
// add the following lines to initialize and launch LocationKit:
[LocationKit startWithApiToken:@"<yourApiTokenHere>" andDelegate:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment