Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Lifecycle Events post two events with the same name Application Opened #265

Closed
piotrtorczynski opened this issue Oct 31, 2023 · 0 comments · Fixed by #267
Closed

iOS Lifecycle Events post two events with the same name Application Opened #265

piotrtorczynski opened this issue Oct 31, 2023 · 0 comments · Fixed by #267
Assignees
Labels

Comments

@piotrtorczynski
Copy link

piotrtorczynski commented Oct 31, 2023

Describe the bug
Looking at the Debugger, I can notice that once the app starts, the user gets two events with the same name Application Opened.
I can see that one is implemented in didFinishLaunchingWithOptions and the other in applicationWillEnterForeground. I want to know if it's desirable.

To Reproduce
Steps to reproduce the behavior:

  1. Integrate the library
  2. Turn on the trackApplicationLifecycleEvents(true) on the configuration step
  3. Run the app and take a look on the Web Debugger

Expected behavior
I think that the library should not double the events with the same name. Maybe for applicationWillEnterForeground you should consider changing the name?

Screenshots

SCR-20231031-jslt

Platform (please complete the following information):

  • Library Version in use: [e.g. 1.4.8]
  • Platform being tested: [OS]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants