WKWebView tracking
If you come across issues with WKWebView
tracking, try disabling WKWebView
tracking via app's Info.plist
.
Disable WKWebView
tracking by adding the following to your app's Info.plist
file and set DisableWKWebViewTracking
to YES
(boolean value).