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
I have a question about the implementation of deeplinks in our apps. In the documentation it is mentioned that to receive the attributions of a link we have to override some methods in the native controllers of each platform (such as in the MainActivity for Android/AppDelegate for iOS) and call the appWillOpenUrl method, but in the SDK From Flutter that method is also available, so we could call it directly from the Flutter side (from the functions that detect deeplinks) without needing the Native code on each platform, right? I currently have it on both sides for fear it won't upload correctly, but it seems unnecessary to me.
The text was updated successfully, but these errors were encountered:
Dear Adjust Team,
I have a question about the implementation of deeplinks in our apps. In the documentation it is mentioned that to receive the attributions of a link we have to override some methods in the native controllers of each platform (such as in the MainActivity for Android/AppDelegate for iOS) and call the
appWillOpenUrl
method, but in the SDK From Flutter that method is also available, so we could call it directly from the Flutter side (from the functions that detect deeplinks) without needing the Native code on each platform, right? I currently have it on both sides for fear it won't upload correctly, but it seems unnecessary to me.The text was updated successfully, but these errors were encountered: