| 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 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment