Is flurry working?
Here’s my code (straightforward as per the sample app):
main.lua: local applicationKey = "XXX..." local analytics = require "analytics" --analytics:setCurrentProvider("flurry") analytics.init(applicationKey) analytics.logEvent("Game Started") build.settings (in part): plugins = { ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, },
After 24 hours I’ve seen nothing on the Flurry site when I check my application.
I’ve tried with and without analytics:setCurrentProvider(“flurry”)
I get a “You are not currently tracking any Events” in the Events section and Usage is an empty graph.
Build is 1206 and console shows "Flurry: Starting session on Agent Version …
I’ve tested on device and I’m a first time Flurry user. Thanks!