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
Hello,
I have noticed that changing the value of 'trackDeeplinks' to true or false does not have any effect.
Upon examining the code, I found that it only stores a boolean value.
The text was updated successfully, but these errors were encountered:
Looks like that was an oversight on our part by not removing it. Between UIKit, SwiftUI and some nuances of specific platforms we felt that this was better done manually by developers since we couldn't really do it automatically across the board anymore. Please see the openURL method on the analytics class. I'll make a PR to remove this flag.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I have noticed that changing the value of '
trackDeeplinks
' to true or false does not have any effect.Upon examining the code, I found that it only stores a boolean value.
The text was updated successfully, but these errors were encountered: