Skip to main content

Questions tagged [android-app-links]

The tag has no usage guidance.

android-app-links
0 votes
0 answers
15 views

digitalassetlinks faild with deadline_exceeded

I'm trying to set up applinks on my react native android app. I used android studio App Links Assistant to generate Digital Asset Links file with release and debug Signing config (both give the same ...
Yuqi's user avatar
  • 13
1 vote
0 answers
32 views

How to handle deep linking for iOS and Android apps

I am working on a project replacing deep linking in house for an iOS and Android app. I know iOS has universal links and Android has app links. They can be synced up and the OS abstracted away if they ...
Braeden Meikle's user avatar
-2 votes
1 answer
50 views

Android app link doesn't navigate to Play Store when app is not installed but works correctly when the app is installed

Most questions about app links not working are about app links navigating to Play Store even when the app is installed (instead of launching the app). I have the opposite problem. When the app is ...
Alon Catz's user avatar
  • 2,510
1 vote
0 answers
32 views

How to execute deep link in Flutter app with url?

[What I want] User sends certain url to friend -> https://hayatshin.github.io/userId Once friend clicks url then app is opened and userId is passed to app [What I did] I deploy https://hayatshin....
Hyejung's user avatar
  • 1,196
0 votes
1 answer
55 views

I am working on deeplink for flutter application.It is perfectly working with the debug mode.but it is not working in release build

I am working with deep links in flutter app.I had configured and it is perfectly working with the debug mode. But when i tried to work on release build it is not working and just opening the website. ...
Ragul PR's user avatar
0 votes
0 answers
43 views

Deep link Revolut app to Payments page with parameters

i'm looking for guidence on implementing a deep link in Revolut app. For example, "revolut://app/payments" opens the Payments page in the app. Is there a way to open the payments page with ...
Sergey Nasonov's user avatar
0 votes
1 answer
410 views

Android app link for multiple apps under same domain

I have two android apps - Application A and Application B. I also have a website which is hosting the applinks.json file and verified it works correctly - clicking on a link does take me to ...
justin's user avatar
  • 3
0 votes
0 answers
24 views

How to open app only with domain or domain with certain path in Android ? using Android AppLinks

I want to open the android app only with domain or domain/journal So I added domain/journal in the intent-filter it works fine but I want to open my app if the link is only the domain eg. If www....
Balaji's user avatar
  • 2,001
1 vote
1 answer
72 views

App links are working only when opened from outside of Android TWA application

TLDR: app links trigger correctly from chrome, but not from inside my TWA app. I have an Android App that opens Trusted Webview Activity launching my website. What I want to achieve: When I navigate ...
m_b's user avatar
  • 21
1 vote
0 answers
98 views

Is it possible to use a custom port in app links?

I tried to add a port to my app links, but I can't get it to work. Nothing is mentionned in the doc: https://developer.android.com/training/app-links/verify-android-applinks But at same time ...
Athorcis's user avatar
0 votes
0 answers
78 views

exclude subdomain from android app links - kotlin

I have an application with Android App Links implemented the domain has many subdomains login.example.com shop1.example.com .. shop23.example.com chat.example.com (and many more) in Manifest file for ...
Ionut's user avatar
  • 1
0 votes
1 answer
415 views

Why is the payment gateway not opening my android app with an App Link?

I'm implementing an Android app that uses a payment gateway which opens up in the browser. Once the payment completes the payment gateway should automatically redirect to the successful payment URL ...
T_R_O_N's user avatar
  • 29
0 votes
0 answers
30 views

When two applications having same app link url then which one is open by default. I have to give priority to my application

When two applications having same app link url having same intent then which one is open by default. I have to give priority to my application. How to give priority to our application. When two ...
Neel Karn's user avatar
0 votes
0 answers
77 views

Can universal links / android app links be used for the redirect urls sent to AuthSession.AuthRequest in ReactNative?

Should I use Universal Links / Android App Links in ReactNative code that uses AuthSession.AuthRequest from expo-auth-session? Specifically, I pass a redirect URL to that method and the server-side ...
user756366's user avatar
0 votes
0 answers
47 views

Android Applink in multiple applications with the same host

I am using same host for mobile applications. I can complete an applink for a single application and single host, it works. <activity android:name=".ui.applink.ApplinkActivity" ...
Mustafa Bekeç's user avatar

15 30 50 per page
1
2 3 4 5
10