I am making an attempt to check a move that appears as follows:
- From inside my cell app, open a browser. Word that this can be a browser hosted in the app (ex: internet view), and the browser launched exterior to the app.
- The browser then redirects again to my app utilizing both a Common Hyperlink (iOS) or App Hyperlink (Android) utilizing the https scheme.
- I seize the redirect and extract values from some question params.
This at present doesn’t work – the redirect goes to the host web site, the place I get a 404, and do not launch the app.
My hyperlinks take the type of https://www.instance.com/path
After I copy/paste the URL from the browser, it’s the right URL, and if I paste this into the notes app and press it on my gadget it does launch my app. This confirms that the app affiliation information are arrange accurately.
My query is – is that this move even potential? Is it potential to launch the app from inside a browser that’s hosted within the app itself, or is {that a} no-op? I can not seem to discover any definitive documentation.
If the move is feasible, I might love any ideas as to why the redirect might not be working from the browser(s).