Snowplow event tracker for Swift and Objective-C. Add analytics to your iOS, macOS, tvOS and watchOS apps and games
81
stars
93
forks
source link
Do not swizzle views if screen view autotracking is disabled (close #889) #890
Closed
matus-tomlein closed 6 months ago
Issue #889
Conditionally performs UIKit swizzling in order to set up screen view autotracking.
Previously swizzling was done even if autotracking was disabled, this was not necessary and could cause problems in some apps.
This is PR adds a condition to not perform swizzling if autotracking is disabled.