Add deep link support in app

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.

please help me

the website it does not working

Working perfectly.

What do I put in scheme and in host and in path
for examble my website is
https:myapp.com/123
?

And thank you for your response

Read some previous posts.

I read all of them, but my question is the only one that is clear and direct. The extension did not work with me, so I think I may have made a mistake.