I just try the Corona “analytics” module, but it doesn’t work on my computer. My code is:
local analytics = require “analytics”
analytics.init(“My Florry API Key”)
analytics.logEvent(“Game is started!”)
print(“logs”)
With it run on simulator,I receive nothing (0 sessions) in flurry.com
In flurry.com I look for sessions in “Dashboard” or in “Usage”
Do I have a mistake in my code?
How can I see in flurry.com that it received the data from application? [import]uid: 144261 topic_id: 30006 reply_id: 330006[/import]
