Hi, my ff project is published as an app (ios + android) and as a website (through ff hosting). Deep linking is configured and works within the app. My scheme is "scheme://scheme.com/location?id=12345". I created QR codes to deep link to landing pages for different locations. This works fine as long as the app is installed. If no app is installed I get an error.
If a user scans the QR code and does not have the app installed they should be redirected to the related app store and if possible parameter should be maintained as well.
My idea is to use a website URL scheme like "https://app.scheme.com/location?id=12345" and use the browser to detect if the app is installed.
Is there a good way to do this within the flutterflow website which i deployed to "https://app.scheme.com" ?
Unfortunately Firebase Dynamic Links is deprecated and should not be adopted in projects that don't already use it.
Thanks!