avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Unable to get deep link when user first time installed the app via GooglePlay #185

Open artemsorochan opened 1 year ago

artemsorochan commented 1 year ago

I'm using https scheme and am testing "await getInitialLink()"on my Samsung A33 5G, which is running Android 13.

But when I install the app via link, I don't get a response from this method. But if I tap on the link when the app is already installed it works(terminated or background state). So my question is: does this package support receiving deep/app link on the very first launch after install via GooglePlay?

zamargab commented 1 year ago

I am experiencing the same problem. I can verify that this issue also occurs on iOS, whether installing from Testflight or the App Store. Upon the initial launch, the deep links do not function as intended, but upon subsequent launches, everything operates smoothly.

Atiqrehman3054 commented 1 year ago

check branch i/o flutter it willworks in my case

2001arman commented 10 months ago

check branch i/o flutter it willworks in my case

can you share the link please. i got the same problem too