I am using Flurry Analytics and my minsdk is 15 so I believe I dont have to do all that onStartSession, onStopSession stuff.
FlurryAgent.init(this, "XXXXXXXXXXXXXX");
FlurryAgent.setLogEnabled(true);
I have put this in every one of my activities, is this correct? Is there anything I am missing or have done wrong?
In my log I can see things like:
Flurry session ended
FlurryAgent﹕ Flurry session started for context:......
But it never ends up reflecting in Flurry, I know there is a delay and I have been using it for a few days so I know that it is defintely not working