Skip to content

Instantly share code, notes, and snippets.

@masakiplus
Created October 21, 2012 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masakiplus/3927056 to your computer and use it in GitHub Desktop.
Save masakiplus/3927056 to your computer and use it in GitHub Desktop.
flurry sdk iOS
#import "Flurry.h"
- (void)applicationDidFinishLaunching:(UIApplication *)application
{
[Flurry startSession:@"YOUR_API_KEY"];
//your code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment