-
Notifications
You must be signed in to change notification settings - Fork 5
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
Windows TestBed deferred deep linking doesn't work #116
Comments
Can you provide some more details -
|
@NidhiDixit09 I've installed branch SDK using this link: https://github.com/BranchMetrics/cpp-branch-deep-linking-attribution/releases/latest so I guess it's 1.2.4 . I am testing the TestBed app that's provided with the SDK. I've used the link that was provided here file:///C:/Program%20Files%20(x86)/Branch%20SDK/Welcome.html (btw, here it says that version is 1.2.2)
|
It looks like 1.2.2 was the last version to include TestBed - there isn't one when I install 1.2.4. It probably means that I had the old version of the SDK. Let me check with the team which version we used internally. |
@NidhiDixit09 Internally, we've used version 1.2.4 and got the same behavior. |
@tadas-subonis Hey ! I was asking about parameter values $desktop_url" and "$canonical_url" you are passing in your code. In your code, update $desktop_url" and "$canonical_url" to some other web page. Then you will see session info. Let me know if you need more info. |
@NidhiDixit09 We found that disabling ipv6 in the browser (for firefox set network.dns.disableIPv6 in about:config) makes deferred deep linking work. Another thing to consider, in the win32 sdk Any idea what we could change in the sdk to make it work with ipv6 as well? |
@adrianmdumitru Android doesn't support ipv6. For windows I will check and get back to you. |
@NidhiDixit09 any news on this? |
@adrianmdumitru Windows supports ipv6. I have tested deffered deep linking with browsers - chrome, edge and Firefox. It works with all of them. |
Hi @NidhiDixit09, any update on this issue? Our team has this problem as well. Our Win32 app cannot retrieve the link's metadata from deferred deep links on some PCs. Steps:
SDK Version OS Version OS Build |
@chanhphamgamedev The version 2.0.1 has not been tested on Windows 11. We will provide support for Windows 11 in upcoming releases. |
I am trying to test a case when a user clicks a deep link, installs the app, and we can retrieve the link's metadata from Branch.
However, this doesn't work on our app and that also doesn't work on the provided TestBed app.
Step to reproduce:
However, the metadata retrieval works fine, if I click on the link, once the app is already installed.
Unfortunately, this doesn't cover one of the most important use cases for us, where we need to capture session details at the install time.
This flow works fine on iOS (Mac & iPhone) and Android. Just the Windows SDK fails to capture a recent link click.
The text was updated successfully, but these errors were encountered: