How to report session for active users while running Android foreground service -
i'm using fabric answers monitoring users. foreground service notification running on android app after finishing app. tried 2 ways check session number of active users.
case 1:
- open app - active users 1
- start foreground service , finish app - active users 1
- 5 minutes later - active users 0
case 2:
- open app - active users 1
- finish app no foreground service - active users 1
- 5 minutes later - active users 0
how can make user's session alive? there this?
todd fabric. right don't have way of extending session beyond 5 minutes after foreground activity has completed. means music players, etc. sessions end before user has stopped listening. thanks!
Comments
Post a Comment