Questions tagged [android-app-links]

114 questions
0
votes
2 answers

Flutter android 12 deep link is not working

Android 12 deep link is not working tried so many ways but not getting solution its open the link in browser not in app. I am sharing all the stuff that i tried please let me know where is something going wrong . Link is working fine on less 12…
0
votes
0 answers

Android App Links - Can I use different fingerprints with same package name for different builds?

Based on the document: sha256_cert_fingerprints: The SHA256 fingerprints of your app’s signing certificate. You can use the following command to generate the fingerprint via the Java keytool: keytool -list -v -keystore my-release-key.keystore This…
Arst
  • 3,098
  • 1
  • 35
  • 42
0
votes
0 answers

Can I open Universal Links and/or Android App Links from within the mobile app that I want to launch?

I'm trying to test a flow that looks as follows: From within my mobile app, open a browser. Note that this is a browser hosted in the app (ex: web view). The browser then redirects back to my app using either a Universal Link (iOS) or App Link…
0
votes
1 answer

Android app links intent-filter with wildcard subdomain not verified

I have app links in my app for two subdomains. Assetlinks.json is already placed in our host's well-known directory and returns proper json. When I use the following intent-filter, everything works fine.
0
votes
1 answer

Where is the apps link assistant in Android Studio Chipmunk

I'm on Android Studio Chipmunk and cannot find the app links assistant anywhere. All tutorials say it's under the tools menu, but it's not there. Has it been removed?
Ken
  • 139
  • 2
  • 8
0
votes
0 answers

App's Google Play URL not showing in Google Search

I have an App published in Google Play but the market's link is not ranked in Google Search. The Play Store link is https://play.google.com/store/apps/details?id=ekasa.com.retabet.full Whenever I try to search in Google the Play Store link is not…
0
votes
2 answers

How to intercept Android App Link into a WebView?

I'm trying to implement the following behavior into my Android App. The app is a native app with some parts using WebView, in this WebView there is the possibility of using different payment methods. If the user has the app of that bank installed I…
Lupinixio
  • 41
  • 1
  • 7
0
votes
1 answer

I am using App links for deeplinks, it works as expected on an emulator but doesnt open in app on a physical device

clicking on https://myapp.com takes me to the activity its tied to on an emulator when the app is installed. But the same case doesnt work on a physical device. It takes me to the webpage even though the app is installed. The emulators I used were…
Gauri Gadkari
  • 237
  • 4
  • 12
0
votes
1 answer

Jumping back with App Links closes CustomTab

so what I'm trying to achieve is the following: In App 1, I'm loading a website in a CustomTab, this website jumps to App 2 via App Links. In App 2, after performing a task, I want to jump back to App 1, where the CustomTab still needs to be open as…
user969043
  • 756
  • 2
  • 13
  • 34
0
votes
0 answers

pattern matching in Android links assistant

I am trying to do something I thought was going to be simple, but is turning out to be a nightmare. I am trying to use the App Links Assistant in Android Studio to have my app automatically open when a user goes to a specific URL. Since I can't…
Neglected Sanity
  • 1,770
  • 6
  • 23
  • 46
0
votes
1 answer

Setup app links on a react mobile application

Im actually making a mobile app and i'd to setup links to open it when you click on it. I tried to setup app links but i doesn't seem to work... Here's my code : Manifest.xml
tycyly
  • 249
  • 1
  • 14
0
votes
1 answer

How can I share Intent contents using a link?

I want to share something (like a text, image, etc) using a link with Android Intents. For example: Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT,…
0
votes
1 answer

is it possible to have different action for every pathPrefix in deep linking android?

I am working on React Native Project and I have a problem in deep linking Android. I have two different pathPrefix. Let say: and What I want are: If I click…
0
votes
1 answer

Why is auto verify failing for Android App Links

We are trying to get Android App Links working on our app but we are hitting problems with the Auto Verify step. We have our assetlinks.json file deployed on our server and it checks out with all Googles verification tools, however the verification…
MobileDev
  • 189
  • 7
0
votes
1 answer

showing splash screen on cold start of app links

I'm adding app linking to my android app and I'm noticing on cold starts there's this long period of a white screen, which the user could interpret it as the app is not responding. I have a splash screen for normal operation of the app on the main…
Eman
  • 1,093
  • 2
  • 26
  • 49