Questions tagged [android-app-links]
114 questions
1
vote
0 answers
Your site 'subdomain.domain.com' has not been linked through the Digital Assets Link protocol
I have created an app link enabled android instant app. But while uploading app bundle to Instant App section in Play store I am getting error as,
"Your site 'subdomain.domain.com' has not been linked through the Digital Assets Link protocol to your…

Sumith Thampi
- 11
- 1
0
votes
0 answers
Expo - Android App Link dynamicly redirect to play store if app not installed
I'm trying to redirect a user which scan a QRCode ( or click a link ) to
my app
OR
if he doesn't have the app redirected him to the play store on my app's details page.
I've found out Firebase dynamic links but unfortunately they're being…

Seba99
- 1,197
- 14
- 38
0
votes
0 answers
Android App-links not working with certain path with query params
App-link isn't working with certain path.
For example:
- works fine

Alex Sepelenco
- 1
- 1
0
votes
0 answers
Universal Links/App Links doesn't open the app with URL redirection
If I add my universal link (XYZ.com) for a Button onClick or any other action click, the app opens without any issues.
But my usecase is something like this,
There is a button in the website with an onClick to ABC.com
ABC.com opens in a new tab and…

Binuka Kamesh
- 23
- 5
0
votes
0 answers
Reading applink query parameters in cached Instant App
After Instant App is being loaded to cache it stops to store intent data
I am trying to provide different query params to launch my Instant App storing on GooglePlay.
First launch is good, i can see full link in intentData, but on second launch…

Dante_Attano
- 1
- 1
0
votes
0 answers
Unable to start my Android application using Android App Linking
I want my application to start when my user types a specific URL in his browser. To do so, I implemented Android App Linking using this documentation : https://developer.android.com/training/app-links/verify-android-applinks .
I created my…

Yowims
- 164
- 2
- 10
0
votes
0 answers
How do you resume a Chrome Custom Tab on Android when opening your app through an Android App Link from another app?
Assume the following:
You open App1
App1 opens/starts a Chrome Custom Tab (as I understand it, this is a new activity that is pushed to the stack)
The Chrome Custom Tab opens App2 through an Android App Link
App2 opens App1 through an Android App…

Insectivore
- 1
- 3
0
votes
1 answer
How can I open my Android App when user click on a specific link (or website redirect to that link) in Android 12 and above?
I want to open my Android app (specific activity) when user clicks on a link or a website redirect to that link. ex link: com.abc.efg/callback?wjiofjjfie...
I have used this primitive way by adding intent filter to that particular activity but it…

Abhi
- 93
- 1
- 9
0
votes
1 answer
Is there official list of IP addresses/ranges of GoogleAssociationService?
In order to make our Android App Links work in our staging environment (which is behind corporate VPN), I would need to have a list or range of IP addresses that Google (GoogleAssociationService) uses to verify the host association, located…

Kamen Goranchev
- 1,836
- 1
- 23
- 27
0
votes
0 answers
Flutter - App Linking not working for Android
I followed the instructions for App Linking here:
Android App Linking
When I type the link on my device's browser (Google Chrome), it wont open the app. But when I click the link from (Gchat, Gmail, Discord, Twitter, etc), it opens the installed…
0
votes
1 answer
AppLink isn't working in Flutter application in debug mode even though the assetlinks are verified and valid
I have been trying to implement AppLink in my Flutter application for android which is currently in development/debug mode, but the AppLink doesn't work. When I hit the URL through browser in my mobile which is running the Flutter application in…
0
votes
0 answers
Ability to exclude specific paths in Applinks(Deeplink)
Statement :
Exclude certain urls paths from Applinks
Let's say our application is configured with applinks to handle the domain http://www.example.com/ and I wish to exclude http://www.example.com/redirects path.
Following methods we had checked…

radkrish
- 130
- 1
- 15
0
votes
0 answers
Android app link is not working as expected. It is launching the browser instead of launching the application
before posting this question I had gone through many stackOverflow links and tried to figure out how we can resolve the issue but none of the solutions worked for me.
I am trying to open the application when user clicks the link from the email. I am…

Jayashree S
- 1
- 2
0
votes
1 answer
Data intent is null in Android using universal links/applinks using react-native-app-auth
i am using react-native-app-auth for Authorization using okta.
I tried appSchemes and Applinks/universal links in both iOS and android. But android applinks giving me [Error: Data intent is null]. It is working fine with appScheme.
Redirection to…

Ravi
- 165
- 3
- 11
0
votes
2 answers
Android: how to open some app links in a non default browser
This is what I want to achieve (on Android):
I want all links that are not otherwise linked to an app to open in my default browser (Samsung Internet)
This is the default behaviour and how it currently works.
I then want specific types of link to…

Ned Martin
- 494
- 6
- 12