Questions tagged [android-deep-link]
327 questions
0
votes
1 answer
Prevent android deep link from redirecting to playstore if app doesn't exist
I am working on a website for a product which also has an android application. I want to redirect the user from mobile web browser to the android application when a particular task is performed. I use a deep link of the format as below…
0
votes
0 answers
Android NavigationComponent deepLink doesn't care about actions
So I have this navigation graph, and I'm implementing a deeplink to different fragments once the NEXT buton is pressed on the mainFragment.
However I encountered 2 problems:
If I call for example:
val deeplink = findNavController()
…

htafoya
- 18,261
- 11
- 80
- 104
0
votes
1 answer
Handling deep links notifications in flutter
I'm trying to wrap my head around external data handling in Flutter application.
The idea is following:
An invitation comes as deep link of form https://host/join?id=
Router handles such deep link by opening invites page and calling…

Ralfeus
- 845
- 9
- 31
0
votes
0 answers
Convert android deep link phone call saved as a shortcut into html anchor
Tl;Dr: I need to open deep link connected to a phone call from html page on Android. It MUST be the deep link, not the "tel:..." Url.
I've made simple mobile-friendly html page, with openstreetmap, showing gates around my residential block. Any gate…

MihanEntalpo
- 1,952
- 2
- 14
- 31
0
votes
1 answer
Android intent data host not using the whole URI host
When using an intent filter to allow opening certain links from the app like this:

Ced
- 15,847
- 14
- 87
- 146
0
votes
1 answer
Deeplinking is not working in capacitor in Andriod & iOS mobile apps
We have followed the deep linking as per the capacitor Deeplinking documentation below and then we checked to click on the deep links and it doesn't take us to the mobile app and the URLs are opening in the…

Ronanki Viswanadham
- 79
- 6
0
votes
0 answers
Using deeplink to open an Android app on Xamarin
I'm implementing the deeplink function in Xamarin. The function didn't work as I expeceted.
If I click on a link in my Google Keep App it won't navigate to my app whent it on PAUSED mode (app is in the background). Instead, it open an Activity right…
user19560357
0
votes
0 answers
How to consume the click when opening an android app?
For my users, I send a verification email in Firebase. The link that I receive is:
https://myprojectid.firebaseapp.com/...
When a user clicks the link I want to open my app and navigate to a specific screen. So here is what I have tried. Inside the…

Joan P.
- 2,368
- 6
- 30
- 63
0
votes
0 answers
Can two intent filters in the same activity provide this behaviour?
I have an activity with two intent filters:

Joan P.
- 2,368
- 6
- 30
- 63
0
votes
0 answers
How to bypass the disambiguation dialog when clicking on a URL?
For my users, I send a verification email in Firebase. The link that I receive is:
https://myprojectid.firebaseapp.com/...
When a user clicks the link I want to open my app and navigate to a specific screen. So here is what I have tried. Inside the…

Joan P.
- 2,368
- 6
- 30
- 63
0
votes
0 answers
Android Deeplink Website Association Keystore Password Issue
I am trying to add my website to my app for deeplink, but when I try to generate digital asset links file using my release keystore file, getting the following error.
I know that this keystore file has a password, but there is no option to enter…

Jeeva
- 3,975
- 3
- 23
- 47
0
votes
0 answers
Is there is need to create assetlinks.json file in android project directory for deep linking
Getting error over plays tore
Digital Asset Links JSON file failed
brightness_1
Add a Digital Asset Links JSON file to all the failed domains how to resolve this problem
Digitally i am generating assetlinks.json using…

Swapnil
- 121
- 7
0
votes
1 answer
Android deeplinks aren't being registered, browser loading URL
I'm trying to have my android app open any urls that are at ex. mysite.com/users/12345 with an activity called LinksActivity, then (for now) just log everything in the intent. Instead when I send the test URL via android studio or open the URL in…

Paxana Non Grata
- 379
- 1
- 7
- 23
0
votes
0 answers
how to prevent my website links to open my android app deeplink
I want to prevent my website links(a tag) to open my android deeplink.
I found the amazon website it wouldn't open the app when I click the link inside, it is always in the browser, but if I add the amazon URL link to my website and click it, it…

aboyo
- 1
- 2
0
votes
0 answers
can't click home bottom navigation when using explicit deep link (navigation component)
I'm making a scheduler app that receive notification.
I tries to make an action for notification, when it clicks it will go to my schedule page.
I use navigation component to make this app, and the problem occur when i try to explicit deep-link to…

Kakaranara
- 97
- 2
- 7