Questions tagged [android-app-links]
114 questions
5
votes
3 answers
Use Android App Link as an OAuth2 Redirect URI
Is it possible to use Android App Links, starting with https:// such as: https://my-app.com/callback to redirect back to my application from an Android WebView in the end of an OAuth2 flow? I know how normal deep links work, such as com.my-app:// or…

f4z3k4s
- 966
- 7
- 13
5
votes
2 answers
Instant app with Dynamic Features always show Disambiguation dialog with 1 option
I'm experimenting with Dynamic Features and Instant Apps.
To navigate between various features, I use Deep Links.
Each time I navigate to another Activity, I see the disambiguation dialog for less than 1 second, with 1 app listed. Notice how the…

Entreco
- 12,738
- 8
- 75
- 95
4
votes
1 answer
How to whitelist Apple and Google to access deep link association files?
We have implemented Universal Links for iOS and Android App Links.
We have deployed the following files as per the documentation:
/.well-known/apple-app-site-association
/.well-known/assetlinks.json
Everything works fine until my organization…

malhobayyeb
- 2,725
- 11
- 57
- 91
4
votes
1 answer
Do I have to use Play App signing to generate sha_256 fingerprints for Android app links? My company releases the app through App Center
I've been trying to implement Android app links into my company's react native app, I've been following the documentation and I'm struggling with the part that involves adding the assetlink.json file on my website. I see mention of using Play app…

Jumpman987
- 307
- 1
- 5
- 17
4
votes
0 answers
Is Deep Linking in Android 12 only possible on production environment?
There are actually 2 parts to this question
Starting Android 12 Deep linking has changed quite a bit.
Domain verification
User approval for default links to open the app
My first question is are both of these needed to be implemented for the deep…

Glitch_Znab
- 496
- 4
- 13
4
votes
0 answers
Google Ads app engagement campaign doesn't work with Firebase Dynamic Link
I'm trying to run app engagement campaign with Firebase Dynamic Links, but I receive an issue 'The link won't work because Google Ads doesn't support third-party redirect URLs. Replace it with a supported link type`.
Do you know how to apply dynamic…

Yehor Chernenko
- 79
- 4
4
votes
0 answers
Can Google's Digital Asset Links file caching mechanism be manipulated?
I am noticing the effects of a caching mechanism between my device & the DAL hosted at https://example.com/.well-known/assetlinks.json and I'm looking to understand how it works, and if it can be bypassed.
The issue is that I'm prototyping changes…

siger
- 3,112
- 1
- 27
- 42
4
votes
1 answer
Statement List Generator and Tester rejects its own generated content
So, basically I'm at step 1 of implementing App Links, I stumbled upon this tool:
https://developers.google.com/digital-asset-links/tools/generator
I give it my domain name, my package name, and I copy paste my App package fingerprint from the play…

beauchette
- 1,046
- 2
- 13
- 31
4
votes
1 answer
Should I use Firebase Dynamic Links over Universal and App Links?
Im building an app for iOS and Android and need to open urls in the app on mobile and in the browser on desktop.
All links should open in the app if possible, so I cant generate one link for each possible url.
Can I do this in Firebase or do I have…

Joel Broström
- 3,530
- 1
- 34
- 61
3
votes
1 answer
Dynamic Links won't open in Android 13
I use dynamic links in my Flutter app. My dynamic links won't open on Android 13, on all other api levels and on iOS the links work --> lead back into the app to the specified screen.
I already checked the Android Manifest and made sure that the…

luckyhandler
- 10,651
- 3
- 47
- 64
3
votes
0 answers
Android App Links on Android 12 - `legacy_failure`
I'm working on a React Native app that is supposed to open when you click on a link that leads to the website. The iOS and Android 10 versions work just fine.
However, on Android 12 instead of opening the app the link opens in the browser. I have…

Kostya Kononov
- 31
- 2
3
votes
1 answer
Android App links not verifying after updating assetlinks.json on website
I've run into a problem where existing users of my app are unable to have App Links open in my app by default, seemingly if they already verified to a previously uploaded-but-incorrect assetlinks.json file
I initially setup my AndroidManifest.xml…

Coder681
- 31
- 2
3
votes
0 answers
Android - Setting the app's default "Open supported links" option
How can I control the default Open supported links to either Ask every time or Open in this app for my Android app? Does it happen in the manifest?
I have two apps that try to accept the same universal link scheme, and the ideal behavior is to have…

Mountain
- 31
- 1
- 2
3
votes
0 answers
Flutter Application Won't Verify App Link On Android
I'm trying to have my application use app links, but even though I went through all the steps and my assetlinks.json file is being requested, the disambiguation box still shows up. I tried the same steps with a native android app, and it worked…

moneer alhashim
- 800
- 4
- 11
3
votes
0 answers
How set app-linking for a specific build flavor
I am creating an app with two main flavors, calling it from now on FlavorA and FlavorB. Each of these flavors has different manifest files, and they have their own Activity (I am working with a single-activity strategy). I have read the following…

Emad Razavi
- 1,903
- 2
- 17
- 24