I am currently developing an application that supports universal links on iOS / MacOS, app links on android and apps for websites on windows. Therefore when a user clicks on a link for my app, for example https://my.cool.app/app/ , it opens my app. Is this also possible on Ubuntu or are only custom schemes available on Ubuntu like: mycoolapp://app/ ?
Asked
Active
Viewed 129 times
0
-
Please explain more about what you mean by universal links. People who don't develop on iOS may not be familiar with this concept – Archisman Panigrahi Sep 18 '23 at 22:35
-
3Does this answer your question? URL protocol handlers in basic Ubuntu Desktop – muru Sep 19 '23 at 01:41
-
Linux has been capable of doing this since a long while before "universal links" came out (couple of decades, now, I think). You just create a scheme handler for whatever protocol you want. – muru Sep 19 '23 at 01:42