Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created December 2, 2014 22:23
Show Gist options
  • Select an option

  • Save flurrydev/074d75fb3a7dbb59b22c to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/074d75fb3a7dbb59b22c to your computer and use it in GitHub Desktop.
#import "Flurry.h"
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Replace YOUR_API_KEY with the api key in the downloaded package
[Flurry startSession:@"YOUR_API_KEY"];
//initialize Flurry ad serving, required to provide ViewController
[FlurryAds initialize:self.window.rootViewController];
// Your code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment