Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Implementation Question] appWillOpenUrl usage #93

Open
julianfalcionelli opened this issue Oct 5, 2022 · 0 comments
Open

[Implementation Question] appWillOpenUrl usage #93

julianfalcionelli opened this issue Oct 5, 2022 · 0 comments

Comments

@julianfalcionelli
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant