You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We're defining sessions manually by using StartTimedEvent when the application gains focus, and then calling Track and Flush when the app loses focus or is closed, using OnApplicationPause and OnApplicationQuit.
We've had a few instances of our sessions not ending. Our best guess right now is that the approach described isn't reliable.
Is Flushing OnApplicationQuit guaranteed to work?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! We're defining sessions manually by using StartTimedEvent when the application gains focus, and then calling Track and Flush when the app loses focus or is closed, using OnApplicationPause and OnApplicationQuit.
We've had a few instances of our sessions not ending. Our best guess right now is that the approach described isn't reliable.
Is Flushing OnApplicationQuit guaranteed to work?
Thanks!
The text was updated successfully, but these errors were encountered: