Questions tagged [android-app-links]

114 questions
3
votes
0 answers

App links do not work because of deep link intent-filter

Imagine following AndroidManifest.xml ready to support app links:
Andy Res
  • 15,963
  • 5
  • 60
  • 96
3
votes
2 answers

AppLinks(verified Deeplinks) in android does not work when app is installed from Google Play

We have a few intent-filters defined in AndroidManifest for deeplinks. We also have assetlinks.json file placed on our domain at proper location with correct SHA fingerprints. We are facing a weird issue where these App links open our app directly…
Abhishek Bansal
  • 5,197
  • 4
  • 40
  • 69
3
votes
0 answers

Use App Links to open PWA (Progressive Web App) from Facebook

Facebook opens links to my PWA in its own Web View. I would like to use Facebook's "App Links" to open my Progressive Web App. The meta tags suggested by FB reffer to native apps. For example:
user3015234
  • 161
  • 2
  • 7
2
votes
0 answers

Android app links opening in apps when navigating on browser

This is what I am facing right now. I have certain pages configured as Android app links in manifest file of my app. They work as expected when I search for those pages in Google and click on those links resulting in opening the corresponding app…
Sam
  • 21
  • 1
2
votes
0 answers

Why is app link and verification not working on android

Cannot verify app link for my app on android devices. Using example.com for domain, and com.example.app for app id instead of the real one. I can launch app by adb shell am start -W -a android.intent.action.VIEW -d https://example.com/…
Mushaheed Syed
  • 643
  • 10
  • 23
2
votes
0 answers

after redirected to URL in android browser app is not getting open

I have login with 3rd party system which works fine. but after being redirected to our server android browser not opens my app which already configures with redirected URL in manifest.xml. steps user opens the app and clicks on login with 3rd…
2
votes
0 answers

Android App Link opens browser instead of App and supported web link is disabled in app info

For Android 12 and 13, We recently enabled App link for deep link navigation. We created the assetlinks.json as mentioned here Code from android manifest:
2
votes
0 answers

after going on specific page through deep link URL when pressed back it get disabled the back pop for app as well as device

as I am using deep link URLS for opening different activity of my app but on expected activity launch it get disable the back button for device as well as for my app bar back pressed so I cant come back to Home page what I am doing wrong. i have…
2
votes
0 answers

Android applinks launching the app while the user is browsing the website

With the recent changes in App Links, on the latest version of Android, the user no longer has the disambiguation dialogue when clicking on an App Link supported URL (e.g. open with browser, open with X app). However, what we noticed is that if the…
Khuffie
  • 103
  • 1
  • 7
2
votes
0 answers

Android App Link - Testing the flow in local environment

I'm trying to check how App Links work on android. Here is what I have done so far - Set up a local server with MAMP, apache points to port 80. Created .well-known in the htdocs & also put the assetlinks.json in the created dir. I am able to access…
Priyabrata
  • 1,202
  • 3
  • 19
  • 57
2
votes
0 answers

App link assistant error in android studio

I want to use app link in order to navigate to my app after payment & for this reason I use app link assistant but in second step when I want to select activity, I get error below !! as you see image below I have "onCreate" method does any one know…
2
votes
0 answers

Intercept a DeepLink with navigation component

I am using Navigation Component in my app, and I'm using it to handle my deep links. It's working great, but as it stands, it really only works as intended if my user is logged in. That's because I have the deep link declared in a module that…
2
votes
1 answer

Xamarin Forms OnAppLinkRequestReceived event - Shell.Current is null

I am testing App Links / Deep Linking / Universal Links on my Xamarin Forms app. I have an app that correctly intercepts URLs as expected, but when I go to navigate to the page using Shell in my app, Shell.Current is null. Visual Studio 2022,…
Richthofen
  • 2,076
  • 19
  • 39
2
votes
0 answers

Android app link not working and not appearing in adb dumpsys

I'm trying to set up android app link for my add but they are not working. I modified my manifest.xaml (android/app/src/main), by adding :
tycyly
  • 249
  • 1
  • 14
2
votes
0 answers

Android App links not working with actual android device browser

I have updated my current play store app with the Instant app feature enabled. Also, in the same app, I have added the android app links using the below document. https://developer.android.com/studio/write/app-link-indexing I have followed all the…
Kutbi
  • 1,154
  • 2
  • 18
  • 32