android - Flurry analytics 5.6.0 not sending events to Flurry servers -
i'm new flurry i've implemented sdk based on official documentation, , seems "working". sessions started correctly , events tracked never ever sent server. missing?
a similar issue has been posted here
my project configuration follows:
- googleplayservices version: com.google.android.gms:play-services-gcm:7.5.0
- flurry version: flurryanalytics-5.6.0.jar
any appreciated.
the problem because selectively compiling googleplayservices sdk. adding google cloud messaging (gcm) dependency. need include ads module use flurry.
that is, if don't have com.google.android.gms:play-services:7.5.0
(the entire google play services api) in build.gradle, should have @ least com.google.android.gms:play-services-ads:7.5.0
or com.google.android.gms:play-services-analytics:7.5.0
(note addition of ads , analytics @ end), in addition other dependencies.
after (and have flurry debug log enabled), should see "analytics report sent" after each new session begins.
Comments
Post a Comment