Reputation: 670
In my android applcation I am calling FlurryAgent.onStartSession in onStart method. And FlurryAgent.onEvent("Started game"); subsequently. But still I am not able to see any data on the flurry dash board.
I am running this application only on emulator.
Is there any other way of doing this?
Upvotes: 4
Views: 2279
Reputation: 8225
Are you sure you have the correct id?
Flurry isn't really real time, you have to wait a bit. Have you done that?
Upvotes: 7