Re: LC and Universal Links

2023-03-21 Thread Monte Goulding via use-livecode
Hi Dan The answer to your question is you could use a custom manifest to do this on Android. On iOS it would require an engine patch. Also note that for both platforms you need to place JSON files on your domain so the OS can confirm that the app does actually have the right to be the browser f

LC and Universal Links

2023-03-15 Thread Dan Friedman via use-livecode
I know that LC supports Custom URLs… I have used on both iOS and Android and it works great! But it looks like there is a new method, “Universal Links”. https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app Does anyone know if LC supports Universal Links? -Da