Skip to content

Is Android version really broken? #16

@kerike

Description

@kerike

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions