my problem is, (only have this problem on fb) that the link is not opened correctly if i use fb to share it. i have already a deeplink generating tool but fb only opens the app if i use the "non valid" deep link path as url, then it will work on fb if app is installed but obviously not if the app not is installed. so how can i solve this?
i have the option to add seperate url for desktop so the problem only appears for mobile devices.
i tried already to add a fallback
example (first deep link path)
com.myapp.example.path/web://mywebsite123.com/example?$fallback_url=https://www.mywebsite123.com/example
i also tried to add the fallback to the generated deep link which starts with https:// but it didnt help.
i also tried many other things but nothing helped.
i am not a developer so i not understand anything about coding.
what i understand is how to use the tool to generate links.
there i have the options to add android/ios url and desktop and some link data (which basically not do anything)
after that a link is generated (should acctually already be a deep link if i use the valid urls which starts with https:// but because of fb i am forced to use the deeplink path as url.)
so what i ask, how does the url have to look like that it will open the app and if not installed the fallback url?
in the deep link generator i am using i am able to input non valid urls as redirect (deep link path) and then a valid url is generated.
i just need to know what else i need to input into the link that it will work correctly?