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

Gav4 works on unity editor. It doesn't work Android build.

zippro opened this issue · comments

Everything is fine on unity editor, I can see all events in Real Time. But it does not work when I publish to Android.

in GAv3, the LogException function works well.
but the function is not implemented in GAv4 !

https://github.com/googleanalytics/google-analytics-plugin-for-unity/blob/master/source/Plugins/GoogleAnalyticsV4/GoogleAnalyticsAndroidV4.cs#L134
why LogException is empty?

Is there someone who could able solve the issue ? A solution would be appreciated.

I downgrade to V3 :(

You can try my fork here: https://github.com/loonychewy/google-analytics-plugin-for-unity
(P.S. Might still have a couple of bugs to fix)