react-native-analytics-segment-io icon indicating copy to clipboard operation
react-native-analytics-segment-io copied to clipboard

Platform inconsistency with "Application Opened" event during foregrounding

Open benjarwar opened this issue 6 years ago • 0 comments

We have trackApplicationLifecycleEvents enabled in our config. On iOS, if our app is backgrounded, and then foregrounded, we are receiving an "Application Opened" tracking event. But in Android, we only see "Application Opened" during the initial app start, not when foregrounding.

Expectation is for this event to be consistent. We are otherwise forced to handle foreground tracking with our own implementation using React Native's AppState.

benjarwar avatar Jul 23 '18 17:07 benjarwar