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
youâll get start value
If your app is not installed then how can it receive links?
Sorry I am unable to understand.
It would be nice if you could show an example.
I think so he wants to change url dynamically, and that is not possible. Right ?
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.
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
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.
Yes there is no difference logically.
But I am sure you will get lifetime support here but not sure about him
You will have to configure it in your website.
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.
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:
Replace it with com.appybuilder.
+ your email without @ part+ DeepLink$DeepActivity
Thank you so much