import "Flurry_iOS_SDK" func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Replace YOUR_API_KEY with the api key in the downloaded package Flurry.startSession("YOUR_API_KEY") return true }