Hi,
I am using Mike Tuttle's GA module, when i start my android app i can see initial track data being stored and then sent soon after. However after that initial burst subsequent event data does not appear to be sent or received. I sent some test events a few days back with a date time stamp added to the event action string, i can see some of them in my analytics's dashboard but most are missing.
I am testing on my nexus 7 android 4.4.2, rather than an emulator. I am getting the following messages on startup (i get similar on an emulator). From what i understand the GA sdk should be dispatching every 30 mins but this does not appear to be the case for me.
Titanium SDK Version: 3.2.0.GA
- [INFO] : GAV2: Thread[GAThread,5,main]: connect: bindService returned false for Intent { act=com.google.android.gms.analytics.service.START (has extras) }
- [WARN] : GAV2: Thread[GAThread,5,main]: Service unavailable (code=1), will retry.
- [INFO] : GAV2: Thread[GAThread,5,main]: No campaign data found.
- [INFO] : GAV2: Thread[GAThread,5,main]: putHit called
- [INFO] : GAV2: Thread[Service Reconnect,5,main]: connecting to Analytics service
- [WARN] : ContextImpl: Implicit intents with startService are not safe: Intent { act=com.google.android.gms.analytics.service.START (has extras) } android.content.ContextWrapper.bindService:517 com.google.analytics.tracking.android.AnalyticsGmsCoreClient.connect:82 com.google.analytics.tracking.android.GAServiceProxy.connectToService:279
- [INFO] : GAV2: Thread[Service Reconnect,5,main]: connect: bindService returned false for Intent { act=com.google.android.gms.analytics.service.START (has extras) }
- [WARN] : GAV2: Thread[Service Reconnect,5,main]: Service unavailable (code=1), using local store.
- [INFO] : GAV2: Thread[Service Reconnect,5,main]: falling back to local store
Apologies for pasting this in, I'd appreciate any insight on this as its had me scratching my my head for awhile now, especially as all the reviews seem to infer its working correctly?! Thanks Mathew