Lifecycle method application_opened
not firing consistently
#1072
Labels
bug
Something isn't working
Our analytics team have flagged that we aren't always receiving an
application_opened
event for app sessions. Even though other events are received on the same day. This can be as high as 10% of users who's session does not trigger the event.We believe this could be to do with the app being backgrounded for an extended period of time.
I am raising this issue to ask for advice on how to replicate, and of course if you have any ideas what the problem might be.
Is it advisable to try to fire an event ourselves on app opening/closing? We feel like it's possible, but would be a last resort.
analytics-react-native
version:At least iOS, I think Android also.
Steps to reproduce
Unfortunately nothing concrete in terms of replication steps.
Expected behavior
This lifecycle method is fired every time the app is opened.
Actual behavior
It seems like it is not always fired, as other events are received, but not this one.
The text was updated successfully, but these errors were encountered: