Hi Everyone,
I'm finishing up a game that I'm exporting to Android and IOS via Cocoonjs. Does anyone know of any way to set up some kind of analytics service that will work in such a case?
Thanks
Mike
Develop games in your browser. Powerful, performant & highly capable.
Flurry analytics seems to work well on cocoonjs, as discussed here.
Here's the link to the plugin.
Google analytics also works with cocoonjs. You just need to start it through webview.
Personally I find GA more useful than flurry, however that's up to you.
Refer to scirra.com/forum/plugin-google-analytics_t110497 for more information.
Thank a ton for the useful info KFC and Whack.