Hello Everyone!
My android app uses WebView to open my website.
My website’s login mechanism is like this -
Enter email address
It sends a link to email
Click on that link and you get logged in to your account on website.
My challenge is that I want my app to be suggested in “Open With” dialogue of android or directly open my app when that link is clicked in an email app or browser.
TIA.
Hi @Horizon,
Thank you for this.
I have created the *.aix file so far.
Can you help on how I can use that in Niotron? I did not find any extensions import option.
Hi @iaditya_nanda and @Horizon,
Thank you for getting me through this.
I did create the *.aix file and imported it in my project. Dragged the component on Screen1
Thank you so much for that suggesting that code, I added it as you advised -
But It was still not working. Then I checked Default App Settings, It is Samsung’s OneUI’s default apps behavior which was causing it to open via chrome everytime.
Once I made the settings as shown in above screenshots, any link containing my website’s domain opened directly in my app. DeepLink works fine then.
This setting gets disabled every time the app is updated which is frustrating and I think it will vary from device to device. Like in One Plus it is working flawlessly. Do you think it is possible to enforce them, maybe during my app’s installation? This is ruining our efforts of implementing deep linking
No issue with Deep Link extension brother. It is working fine.
It is just with Samsung OneUI which is forcing its own default apps.
If you see the screenshots of my phone on previous update, you will know what I am talking about.
DeepLink is working fine on OnePlus or Stock Android devices flawlessly.
My question - Is there a way to make my app as default for a URL during APK’s installation.