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

Google Analytics V4 Unity Session Duartion in IOS is incorrect

SeereL opened this issue · comments

I use google analytics v4 in Unity, and exported to android/iOS, it works correct in android, but iOS avg session duration always less than 10s, which in android is 2~3 minutes.
I will call Start session when application start and will start/end session when application resume/pause.
Have not idea why it happen, is there any way to fix that?