You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Any view controllers that I have inside of a
UINavigationController
orUITabBarController
are tracked twice. Once via theviewDidAppear
of the parent, and once via theviewDidAppear
of the child view controller. In both cases thescreen
inseg_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?
The text was updated successfully, but these errors were encountered: