-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi guys,
first of all I would like to thank you for your work. Your ane-s helped me very much.
I would like to post a question. I have flurry working on ios, and the same code is not working on android.
This is the sequence of the calls:
Flurry.getInstance().setIOSAPIKey(...)
Flurry.getInstance().setAppVersion(...)
Flurry.getInstance().startSession()
then a lots of
Flurry.getInstance().logEvent(...)
and then
Flurry.getInstance().stopSession();
The same code works on ios, but I waited one day and no events are showing up in Flurry. Should I wait more? Or is there something i didn't set up correctly for android?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels