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

Automatic screen tracking tracks any view controller in a UINavigationController or UITabBarController twice #1032

Open
simondelphia opened this issue Apr 21, 2022 · 0 comments

Comments

@simondelphia
Copy link

simondelphia commented Apr 21, 2022

Any view controllers that I have inside of a UINavigationController or UITabBarController are tracked twice. Once via the viewDidAppear of the parent, and once via the viewDidAppear of the child view controller. In both cases the screen in seg_trackScreen is the child view controller type. Can only distinguish the calls by putting a breakpoint and looking at the call hierarchy.

Is there any way to prevent this double tracking?

image

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

No branches or pull requests

1 participant