The Flurry analytical information started well with our app but doesn’t seem to be logging all the users as Flurry download numbers are about 10% of actual download numbers.
This is the entry we have in build. I note we haven’t included supportedPlatforms = { iphone=true, android=true } but does that matter if we are targeting both iOS and Android?
plugins = { ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, },
Then in main we have:
local analytics = require( “analytics” )
analytics.init( “<Flurry key>” )