Add deep link support in app

Could there be anyway I can redirect to play store when app not installed?

@vknow360 thanks for good job. Also to every one thanks a lot.

I have one question… isn’t there a way to create an text input socket for the urland destination?

This post was flagged by the community and is temporarily hidden.

How to get the URL after clicking on the deep link.
Just like opening the application. I will get the link after opening it.
Please send aia :pray:

you’ll get start value

1 Like

If your app is not installed then how can it receive links? :thinking:

Sorry I am unable to understand.
It would be nice if you could show an example.

1 Like

I think so he wants to change url dynamically, and that is not possible. Right ?

1 Like

Right.That’s not possible.
We can change a value if it is inside class but as you can see from source, activities are defined above class.

1 Like

i think maybe by connecting it with a website… This is how deep hot app works,
when you click any link it would open the app page(if app is installed) or open play store(if app is not installed). One thing to note is that, when app is not installed, it usually open browser firstly before it usually navigate to play store.

i hope you understand

i already saw deep link in you custom web viewer so i was wondering :thinking: :thinking:

Both are different. This one and the one in custom webview extension.
If using custom webview extension then your app will be shown in Browser’s list when clicked on any link and need to open in external browser.

But using this extension, it will show you app only when the specific link is clicked/opened.

let assume this is clear now, How about when i want deep host type? Can that extension help?

thanks @themaayur for being here!

Don’t uss Extension by Deephost, he dosen’t support his Extension. And I don’t think there is any difference between that and this extension.

1 Like

Yes there is no difference logically.
But I am sure you will get lifetime support here but not sure about him :crazy_face:

1 Like

You will have to configure it in your website.

1 Like

Alright sire, I was actually looking for extension which could navigate more than just a screen

Let say I have a video app… and each time user click share button in my app… they would get a link (probably ending with the video title or maybe index in list). Then when another user click this link it would redirect them to that particular item with the given index or title. . Just like that.

The extension will open your app’s main screen (Screen1) with url as start value.
Now it is upon you that how you use it.
For a list of supported formats of URIs see my previous posts.

1 Like

Hello everyone,
This is my first comment in kodular community. And I’m a newbie in kodular. @vknow360 I saw the Java file on GitHub. I changed the URI as mentioned there. Then what should I do? Please help me. I just started to learn. I would like to add deep link in my app. Love you all. Thanks in advance

Hi @Adhil_Salim Welcome to Kodular Community
You can compile java file using Code Editor.
But don’t forget to change this line:
image

Replace it with com.appybuilder.+ your email without @ part+ DeepLink$DeepActivity

1 Like

Thank you so much :heart: