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

onelink set to the app home screen resolved with additional pathname '/af' #568

Open
zrfikry opened this issue Jul 24, 2024 · 2 comments
Open

Comments

@zrfikry
Copy link

zrfikry commented Jul 24, 2024

Report

Plugin Version

ℹ Please replace these two lines with the plugin version.
via 6.12.2

On what Platform are you having the issue?

ℹ Please replace these two lines with the SDK version.
iOS

What did you do?

ℹ Please replace these two lines with what you did.
opening an onelink with deeplink targeted to the app home screen

should be going to myapp:// but the SDK resolved to myapp://af (not happening in Android)

What did you expect to happen?

ℹ Please replace these two lines with what you expected to happen.
the deeplink target should not have additional path

What happened instead?

ℹ Please replace these two lines with of what happened instead.
the deeplink has an additional path af

Please provide any other relevant information.

ℹ Please replace these two lines with more information.
e.g. The issue started when we upgraded the plugin to the latest version

af_dp value is myapp:// but the link attribute value is myapp:\/\/af

@edferreira
Copy link

happened to me too, solved it by putting something else as fallback like myapp://route

@Georg7
Copy link

Georg7 commented Nov 27, 2024

happened to me too, solved it by putting something else as fallback like myapp://route

Facing the exact same issue but can't get it to work. Where did you set the fallback? In your template configuration or when generating the Onelink or both? Tried it all but no luck.

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

3 participants