Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ydn
Created July 13, 2015 20:04
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 ydn/14fcfe7976434aed4c74 to your computer and use it in GitHub Desktop.
Save ydn/14fcfe7976434aed4c74 to your computer and use it in GitHub Desktop.
Blog Post Gist
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Start Flurry session
Flurry.startSession("YOUR_FLURRY_API_KEY");
// A basic Flurry Event
Flurry.logEvent("Started Application");
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment