Hi everyone,
I’ve created a native mobile application using OutSystems and I'm looking to implement deep linking. My goal is that when someone clicks on a specific link, the app installed on the user’s phone opens directly, rather than redirecting to the browser. This functionality works perfectly in my PWA application, but I’m struggling to get it working in the native app.
I’ve used the deep linking component available in OutSystems, but it didn’t work as expected for the native application.
I also tried implementing deep linking using JavaScript, but unfortunately, it didn’t work either.
**Desired Behavior:** The app should open directly when the deep link is clicked, without redirecting to a browser.
**Actual Behavior:** The app doesn't open; instead, the link either redirects to the browser or doesn't function.
I haven’t found any other solutions on this forum, so I’m reaching out for help. If anyone has successfully implemented deep linking in a native app or has any suggestions on how to resolve this, I would greatly appreciate your input.
Thank you all!
Hi Moin,
I suggest you to use AppLauncherPlugin. If the application is installed in the user's device, it will directly open the app. I have used this plugin in one of my application. It works fine.
I hope this helps you out.