Open cashish opened 10 years ago
Call FlurryAgent.onSessionEnd()
inside onStop()
by default? I think you have a point, unless someone want to record multiple sessions.
im caling the _protocolAnalytics->endsession() in the appdelegate's didenter background as a workaround and the events started logging now
Events haven't been logging for me either. Was the final solution what you posted (_protocolAnalytics->stopSession()
), @cashish ?
That seemed to do the trick, have it in production now. Thanks!
the events are never logged on android only the sessions are initialized i guess we need to call FlurryAgent.onSessionEnd() inside onStop() of the main activity