I did add the following to my code as required by Flurry to work
#import "Flurry.h"
- (void)applicationDidFinishLaunching:(UIApplication *)application
{
[Flurry startSession:@"xxxxxxxxxx"];
}
And I did add the files "Flurry.h" and "libFlurry.a" to my project, however while building I get the error "Missing context for method declaration"
Do anyone know why this happens?