Questions tagged [android-app-links]
114 questions
0
votes
1 answer
App links with same host name on different android apps behaviour
I have two android apps A1, A2
for A1 manifest file
…

vernol
- 15
- 8
0
votes
1 answer
Parameter involved in the SHA256_cert_fingerprint for the app link verification
I wanted to support app link feature for my android application and while using App-link Assitant tool in the android studio, and while signing the apk I was using my own generated *.jks file. I found there is a field SHA256_cert_fingerprint. I…

Nikhil_Coder
- 41
- 3
0
votes
2 answers
Verifying app links: removed assetlinks.json from host yet links still verify and open to the app
Followed https://developer.android.com/training/app-links/verify-site-associations.html and set up app link to open app from google. According to this link
https://digitalassetlinks.googleapis.com/v1/statements:list?
…

Chase Fenske
- 128
- 7
0
votes
1 answer
Android app links launching my app within the calling app
I've just setup App Links within my Android app, following the official Android guides online. I can click on a link and my app launches just fine.
However, I observe different behaviour depending on where the link was clicked from.
From the Gmail…

Sam Crawford
- 311
- 4
- 16
0
votes
0 answers
Xamarin Forms WithParentActivityOrWindow not working if lauched from a link
I'm doing a Xamarin Forms application and have all wired to integrate with MSAL.net. In Android, when I launch the application from the drawer, everything works fine, the authentication it's done and the
MainActivity.OnActivityResult it's called…

David Sancho
- 1
- 3
0
votes
0 answers
Android Task and App Link - Check which is the previous Activity in task when app link opens an Activity
Scenario :
In my application i have enabled app linking. So when an App link is triggered, i have set a dummy AppLinkActivity (opens as "singleTask" to avoid creation of new task) to receive and handle the url received through the app link. While…

Akhil Soman
- 2,077
- 2
- 17
- 30
0
votes
2 answers
opening an Instant App by a Firebase Dynamic Link with custom parameters (App Links)
I'm searching for a way to open an Android Instant app in a mobile browser.
The app supports app links (deep linking in http/https).
My Android app is working as an instant app and can be opened by an app link in different apps that are not browsers…

Or So
- 53
- 1
- 10
0
votes
0 answers
What is the proper way to add an 'App Link Button' inside an Android Apps
I know how to implement an App Link Button inside an App.
A few days ago, i got a mail from Google Play that i can't use a button which will redirect user to my Google Play app.
I added that button on the bottom of the main screen. Perhaps i'm…

Imdad Sarkar
- 1,245
- 2
- 12
- 24
0
votes
1 answer
Apps Link android is not opening to my app when i select browser from the dialog even app is installed
I have done all the steps from the blog
https://developer.android.com/studio/write/app-link-indexing.
After that, if I click on the link it is showing my app and chrome as an option to select, if I select chrome instead of opening the app it is…

Pramod Kumar M
- 23
- 5