Replies: 3 comments 1 reply
-
Hmm - it might be that the long dynamic link does not look enough like a dynamic link to trigger it. The strategy I use (and that most people use I think?) is to also listen to the react-native default getInitialLink method as well, and inspect it to see if it is a dynamic link. Perhaps if you gave us more details on your implementation (like the actual links examples and an App.js showing how to reproduce it) we could help more https://stackoverflow.com/help/minimal-reproducible-example / https://stackoverflow.com/help/how-to-ask |
Beta Was this translation helpful? Give feedback.
-
Hey, I'm having the same problem, any updates @bcg-dev? |
Beta Was this translation helpful? Give feedback.
-
Did you find the way? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The short dynamic link works well, but long dynamic link not working properly.
Those links from firebase console.
Long dynamic link only move to my app not fired dynamic link function. (etc. getInitialLink, onLink)
And on android, both works perfect.
Could anyone tell me why? please save my days
short dynamic link : https://soyeon.page.link/XktS
long dynamic link : https://soyeon.page.link/?link=https://www.soyeon.kr/&apn=com.soyeon.soyeon2&isi=1610955216&ibi=com.soyeon.soyeon
(replaced company name to my name)
here is App.js
thanks in advance and sorry my english.
Beta Was this translation helpful? Give feedback.
All reactions