googleanalytics / google-analytics-plugin-for-unity

Google Analytics plugin for the Unity game creation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move from v3 to v4 , Android's crashes and exceptions no longer send

SisadaR opened this issue · comments

Unity 5.3.5. iOS working fine. Do some further setup needed when upgrading?

So I fixed the issue by downgrade back to GAv3 :(

commented

I'm having the same problem. All other analytics events work perfectly, but no exceptions are logged with v4 on Android.

Same with us. It used to be one of our best crash find & solving. Now, almost nothing comes back to GA...even though I know the crashes are there.

@c9iner : Can u give me details on which play services libraries you are using along with version because for me events are not getting reported.

When i included play-services-analytics-9.4.0.aar, app was crashing and i was getting class not found exception so i included play-services-analytics-impl-9.4.0.aar too. Crash is gone but events are not reflecting in GA console.

I kind of resolved it by removing space in tracking ID. #92

So, can anyone provide workable GAv4 plugin for unity? Thanks!

commented

I never got v4 to work. Rolling back to v3 was the only solution.