analytics-android icon indicating copy to clipboard operation
analytics-android copied to clipboard

Application Opened and Application Backgrounded

Open thatipamula-raghava opened this issue 4 years ago • 0 comments

While Initializing Analytics we are calling trackApplicationLifecycleEvents() method. We have noticed multiple Application Opened and Application Backgrounded events.

As per the Application Opened and Application Backgrounded documentation the Application Opened event fires when user launches or foregrounds mobile application and Application Backgrounded event fires when when a user backgrounds the application. If application is in foreground and if user navigates from one screen to another we are not expecting these events

In our application, we have multiple activities with multiple screens. Application Opened and Application Backgrounded events are fired every time when we move from one screen to another. These events are not correct and misleading while analyzing events.

Can someone from the team fix this issue? Please let me know if any information is required.

thatipamula-raghava avatar Dec 17 '21 14:12 thatipamula-raghava