Created
July 13, 2015 20:04
-
-
Save ydn/14fcfe7976434aed4c74 to your computer and use it in GitHub Desktop.
Blog Post Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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