Skip to content

Instantly share code, notes, and snippets.

@ydn
Last active August 29, 2015 14:22
Show Gist options
  • Save ydn/3203b3b36172484a9a83 to your computer and use it in GitHub Desktop.
Save ydn/3203b3b36172484a9a83 to your computer and use it in GitHub Desktop.
Flurry Events
// AppDelegate.swift
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
// A basic Flurry Event
Flurry.logEvent("Started Application");
// Your code...
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment