Kind of two sides to deep linking. If a link takes the user to the app, or there is a link inside the app that takes the user to different app. This second one is what I’m trying to implement now.
How do you call this link?
Honestly, I don’t understand your question very well. If what you want is only to open the application that you have from some other application, what you have to do is what I wrote to you previously.
Now, if what you want to do is navigate inside the application, I recommend you follow this link: https://ionicframework.com/blog/deeplinking-in-ionic-apps/
Thanks.
Yeah, currently they have a Universal Link for me to use.
I feared I would need to install another plugin to support.
Or I could set up a deeplink using branch.io now its just a normal URL link I think.
I don’t think I would need to have a plugin to call that link? Unsure of that. How to call such a link in Ionic/TypeScripts?