Skip to content

Instantly share code, notes, and snippets.

@mrdavey
Forked from ydn/flurry_user_sessions.swift
Last active December 20, 2015 03:33
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 mrdavey/d564316006a9afcd0d84 to your computer and use it in GitHub Desktop.
Save mrdavey/d564316006a9afcd0d84 to your computer and use it in GitHub Desktop.
Integrate Flurry Analytics
import Flurry_iOS_SDK
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
Flurry.startSession("YOUR_FLURRY_API_KEY")
// Your code...
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment