Hello,
I’m using the Corona Flurry extension. It works for iOs devices, but on Android, user sessions are being logged but events are not. It has been running for a couple of days.
in main.lua i have:
analytics = require( "analytics" )
local application\_key = "-- my flurry key --"
analytics.init(application\_key)
analytics.logEvent("EASY\_MODE\_SELECTED")
in build.settings:
android =
{
usesPermissions =
{
"android.permission.INTERNET"
},
},
I have been testing this on devices for a few days and still no events are being logged. Please help. [import]uid: 160003 topic_id: 33969 reply_id: 333969[/import]
[import]uid: 29384 topic_id: 33969 reply_id: 135636[/import]