Android not logging Flurry events

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]

What build are you using? There was a bug but we fixed it in daily build 976. [import]uid: 26 topic_id: 33969 reply_id: 135062[/import]

Hi, same behavior here, I’m using the latest stable build. [import]uid: 112380 topic_id: 33969 reply_id: 135074[/import]

Have you waited 24 hours — events won’t show up right away using flurry’s service.

If you have waited, can you post a code snippet showing how you’re recording the event? [import]uid: 26 topic_id: 33969 reply_id: 135075[/import]

Have you waited 24 hours — events won’t show up right away using flurry’s service.

If you have waited, can you post a code snippet showing how you’re recording the event? [import]uid: 26 topic_id: 33969 reply_id: 135076[/import]

What build are you using? There was a bug but we fixed it in daily build 976. [import]uid: 26 topic_id: 33969 reply_id: 135062[/import]

Hi, same behavior here, I’m using the latest stable build. [import]uid: 112380 topic_id: 33969 reply_id: 135074[/import]

Have you waited 24 hours — events won’t show up right away using flurry’s service.

If you have waited, can you post a code snippet showing how you’re recording the event? [import]uid: 26 topic_id: 33969 reply_id: 135075[/import]

Have you waited 24 hours — events won’t show up right away using flurry’s service.

If you have waited, can you post a code snippet showing how you’re recording the event? [import]uid: 26 topic_id: 33969 reply_id: 135076[/import]

I have the same problem. First noticed it on build 971 where I had no events. I’ve tried the latest build 987 and I get some events but not all of them. If I had to guess, it looks like the first events reported by the app are not getting through, but after some period of time (some seconds or 10s of seconds), they are then getting through.

The events work fine for my build for iOS. They also used to work fine for Android (I haven’t changed the analytics code in my app).

I have two test devices, one running Android 3.1 and another one running Android 4.2.1. The problem is much worse on the Android 4.2.1 device, i.e. I hardly get any events but on Android 3.1 I get more events (although I don’t think I’m getting all events coming through).

It’s now the only thing holding me from shipping an app update. :frowning: [import]uid: 29384 topic_id: 33969 reply_id: 135636[/import]

I have the same problem. First noticed it on build 971 where I had no events. I’ve tried the latest build 987 and I get some events but not all of them. If I had to guess, it looks like the first events reported by the app are not getting through, but after some period of time (some seconds or 10s of seconds), they are then getting through.

The events work fine for my build for iOS. They also used to work fine for Android (I haven’t changed the analytics code in my app).

I have two test devices, one running Android 3.1 and another one running Android 4.2.1. The problem is much worse on the Android 4.2.1 device, i.e. I hardly get any events but on Android 3.1 I get more events (although I don’t think I’m getting all events coming through).

It’s now the only thing holding me from shipping an app update. :frowning: [import]uid: 29384 topic_id: 33969 reply_id: 135636[/import]

It works now in latest build. Thanks! [import]uid: 29384 topic_id: 33969 reply_id: 136019[/import]

It works now in latest build. Thanks! [import]uid: 29384 topic_id: 33969 reply_id: 136019[/import]