Add deep link support in app

Hello,

what I understand from deeplinks is that, if someone click on the url of your website or clicks on www.youwebsite.com/subfolder then your homepage or that specific link shall open directly in app.

However when I used custom webviewer extension, it did not open directly in app nor did it open directly with the use of the extension you mentioned in your answer.

in either it only gives you an option to open the link, and with that option also it does not open the specific link the app, it only opens the app.

google app indexing for opening links directly in apps.

support.google.com

App Indexing on Google Search - Play Console Help

but it requires app to support deep links, now how can we achieve that?

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

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

You already said that in your above post :point_down:

No need to double post it :slightly_smiling_face:

We don’t allow questions about deephost extensions since he doesn’t support his work.

It is not deephost extenion. It is the extension of vknow360 aka sunny gupta.

on clicking the link it gives the app as an option along with the browser.but not opening the app directly.

I want to open the app directly. How can we do it?

Have you heard of google app indexing feature? will it help?

1 Like

First of all thank you so much for this awesome extension it works perfectly! :slight_smile:
I have a question though, for example when I click a url from any place (chrome, notes etc.) it opens the correct url in the app no problem wse. But for some reason when I click on a product in instagram shop it doesn’t prompt to use the app. Do you have any suggestion?

Instagram: bravedeercom
app: https://play.google.com/store/apps/details?id=com.bravedeer.bdak or Google Drive

Thank you again!

1 Like

v3 is open to beta testing.
It should now handle deep link correctly if app is already running.

i have created extension with it and tried to export app but AAPT error is coming
please help me
aia
newyyyyy.aia (8.4 KB)

Fixed.
Generate aix now.

Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________Creating provider_path xml
________Creating network_security_config xml
________Generating adaptive icon file
________Generating round adaptive icon file
________Generating adaptive icon background file
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
YAIL compiler - AAPT execution failed.

i am getting this error
please anyone help me…
newyyyyy.aia (8.4 KB)

Alright, my mistake. I wasn’t considering the case of empty path prefix.
Fixed, try now.

What should I write in the blanks in this link?

You had 1 day to read the topic to understand how Deep Link extension works and all you did was to move your question from message to topic. Please think about it.

I don’t speak English, I use translation. I need to read all 157 messages on this subject by translating one by one because I don’t speak English. That’s why I am asking, please understand me.

Scheme: https
Host: website domain

Like for https://google.com
Scheme: https
Host: google.com

You can leave path prefix empty.
Make sure you follow Android 12 changes.