heap / heap-ios-sdk

Heap iOS SDK
4 stars 2 forks source link

New sessions are not created when backgrounding - same session for > 24 hours #9

Closed aslattum-addepar closed 1 year ago

aslattum-addepar commented 1 year ago

According to this session behavior doc, The session will still end after 5 minutes of inactivity based on the foreground events.

What I'm finding is that sessions are lasting more than 24 hours (i.e. the same session id) with no additional events sent (custom or auto-captured).

Not sure if we need disable this in our configuration step?