Skip to content

Instantly share code, notes, and snippets.

View mrdavey's full-sized avatar
🙃
Exploring

David Truong mrdavey

🙃
Exploring
View GitHub Profile
@mrdavey
mrdavey / flurry_user_sessions.swift
Last active December 20, 2015 03:33 — forked from ydn/flurry_user_sessions.swift
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
}