I know Flurry only works in devices, not simulator, but my app is not distributed to App Store/Google Play yet, does Flurry still work if I test on a real device during development?
Thanks.
I know Flurry only works in devices, not simulator, but my app is not distributed to App Store/Google Play yet, does Flurry still work if I test on a real device during development?
Thanks.
Yes Flurry doesn’t care if app is published or not.
Thanks, man
kind of weird… I still don’t see anything (not a singe session) in Flurry after 24 hours…
Is there a way to know if the data/events are really sent to Flurry? to know if all the set up is correct?
You may have to wait even longer, I can’t remember how long I waited, but it was at least 24 hours.
It has been 3 days… nothing appears…
I have the code to init flurry like this:
local analytics = require("analytics") analytics:setCurrentProvider("flurry") analytics.init("APIKeyfromFlurry")
and I have this in build.settings
plugins = { ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, },
But I didn’t set “AppStore ID” in Flurry because my app is not published yet.
Does everything look fine? Do I miss something?
Have a look here: http://forums.coronalabs.com/topic/39833-no-data-seen-in-flurry-dashboard/?hl=flurry
I hope that works for you - worked for me.
MAS1, thanks for the answer. It’s working now.
Can’t recall where I saw this line, analytics:setCurrentProvider(“flurry”)
It’s not in the official sample.
Yes Flurry doesn’t care if app is published or not.
Thanks, man
kind of weird… I still don’t see anything (not a singe session) in Flurry after 24 hours…
Is there a way to know if the data/events are really sent to Flurry? to know if all the set up is correct?
You may have to wait even longer, I can’t remember how long I waited, but it was at least 24 hours.
It has been 3 days… nothing appears…
I have the code to init flurry like this:
local analytics = require("analytics") analytics:setCurrentProvider("flurry") analytics.init("APIKeyfromFlurry")
and I have this in build.settings
plugins = { ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, },
But I didn’t set “AppStore ID” in Flurry because my app is not published yet.
Does everything look fine? Do I miss something?
Have a look here: http://forums.coronalabs.com/topic/39833-no-data-seen-in-flurry-dashboard/?hl=flurry
I hope that works for you - worked for me.
MAS1, thanks for the answer. It’s working now.
Can’t recall where I saw this line, analytics:setCurrentProvider(“flurry”)
It’s not in the official sample.