Created
December 2, 2014 22:23
-
-
Save flurrydev/074d75fb3a7dbb59b22c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #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