Add deep link support in app

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.

Thank you very much for understanding me. Thank you very much for the information you gave me.

Why it doesn’t work on Android 13

Well, some new things are required now. I clearly stated it in my previous post.
You have to upload assets links json file to .well-known folder in root of your domain.
Generate json file from here:

And then place this file at given location.

https://domain.name/.well-known/assetlinks.json

Hmm. I thought this extension can work without the assetlink.json file. Unfortunately I can’t edit my website files and so I was looking for a way without the assetlink.json file but I haven’t found it yet. I’ve searched a lot but I can’t find it.

Simple answer. No such method exists.

Okay, please don’t be mad, I’m sorry. Thank you so much for your help.