You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using an attribute provider (AppsFlyer) so deep links will either be to https://yes.fit/path/... or https://yesfit.onelink.me/other-path/.... For the 2nd URL, we don't have control over the first path value (in this example, it's other-path).
Consequently, I've set the Router uriPrefix property to yesfit.onelink.me in order to process deep links to that location. Unfortunately, this means that regular non-AppsFlyer links will no longer work, as the uriPrefix would have to be yes.fit in order for it to work. It would really help me out if uriPrefix was an array of strings so that I can pass both domains.
In addition, because we have no control over the path portion of the URL from AppsFlyer, it would help me out if the Scene.path property could also take an array of strings.
So, my Router definition would look something like this:
Version
Tell us which versions you are using:
We are using an attribute provider (AppsFlyer) so deep links will either be to
https://yes.fit/path/...
orhttps://yesfit.onelink.me/other-path/...
. For the 2nd URL, we don't have control over the first path value (in this example, it'sother-path
).Consequently, I've set the
Router uriPrefix
property toyesfit.onelink.me
in order to process deep links to that location. Unfortunately, this means that regular non-AppsFlyer links will no longer work, as theuriPrefix
would have to beyes.fit
in order for it to work. It would really help me out ifuriPrefix
was an array of strings so that I can pass both domains.In addition, because we have no control over the
path
portion of the URL from AppsFlyer, it would help me out if theScene.path
property could also take an array of strings.So, my
Router
definition would look something like this:With this configuration, deep linking will work for both
https://yes.fit/path/...
andhttps://yesfit.onelink.me/other-path/...
The text was updated successfully, but these errors were encountered: