Questions tagged [android-deep-link]

327 questions
0
votes
0 answers

MetaMask deep linking in React JS

After clicking on connect wallet button the webpage is navigated to MetaMask application but no pop up appears to connect wallet with the website. I want to connect my website with MetaMask application through any browser in Android or IOS just like…
Azeem
  • 1
  • 1
0
votes
0 answers

Get data from deep link on google ads campaign

I have a some deep link into my android app, and I want to get data from a Google Ads campaign with a deep link, I hope to get the data in the onNewIntent(intent) override function, but i can't see the data, anyone had same problem? thanks. I want…
0
votes
1 answer

Flutter / Android 12 - Using deep links with a custom scheme makes the https scheme disabled by default

I'm currently working on deep links on Flutter. I managed to have almost everything working, except for this strange behaviour on Android 12 only. (iOS working also fine). If I set a custom scheme for the deep links in the manifest, then Android 12…
0
votes
1 answer

Android deep link ignores popUpTo

Our app uses the OpenId AppAuth lib for login. The initial fragment and some info-dialogs are contained in nav_graph_login. After successful login, the user is forwarded to a dashboard, which is inside nav_graph_main, using the…
0
votes
1 answer

Having an issue with Unilink for Deeplinking - Flutter

I am following below link to implement deeplinking in my flutter application: Uni Link I have done everything as same suggested there. Below is my Intent filter inside Android manifest file:
Jaimin Modi
  • 1,530
  • 4
  • 20
  • 72
0
votes
1 answer

Deep Link for Android with .Net Maui error - Unable to instantiate activity ComponentInfo MainActivity

I'm trying to get deep links to work for my maui android app but when I click to open the link with the app I get this error: Java.Lang.RuntimeException: 'Unable to instantiate activity…
Jimmy
  • 2,191
  • 6
  • 25
  • 45
0
votes
1 answer

Using external deeplinks to open android app, opens chrome with 403 message

I've followed the docs for adding deeplink where we use https://mydomain.co/app or https://mydomain.co/app/details, etc to navigate to the app. So I've updated the manifest for this:
devB78
  • 11,894
  • 3
  • 14
  • 14
0
votes
0 answers

Android app opening with custom scheme issue

I've a strange issue I've this javascript line window.location.replace('kronos://'); If the app is already open, it works like a charm but if not it causes app to crash at launch, I don't know how where to dig with the simulator. EDIT: On the…
0
votes
1 answer

Deep link notifications not working in android 12 (Not opening the app when user clicks on notification)

It was working fine, the app was also in production. But recently we noticed that on android 12 when the user clicks on the notification it doesn't open the app and navigated the fragment/activity which the deep link has. But as soon as the user…
0
votes
0 answers

Android deep linking with an array of strings

I'm trying to add an array of strings to a deep link. I'm creating my deep link like this fun byCategoryDeepLink( category: String, subCategories: Array ) = DeepLink("my-app://com.app/venues/${category}/$subCategories") Which is…
0
votes
1 answer

when I click on android flutter deep link URL in messaging, it open my app activity in same messaging app instead of new app tab

I want to open my app activity separate tab instead of same URL host messaging app I am getting open my deep link URL in same host app but instead I want to open my app separately in new TAB. I used custom deep link method no third party. what I…
0
votes
0 answers

Android App links not work in google chrome incognito/preview mode

How to open android app with app links from chrome incognito mode? the issue overview when open link which is defined app links in chrome incognito mode, can not open the target application. just open link in browser. repro step open the chrome…
0
votes
1 answer

Create a deeplink for destination wiht safe args

I created a deeplink for a destination but came to the wrong page. Sure about defining navigation in the manifest and the other config. For example:
0
votes
0 answers

NavDeepLinkBuilder is not triggering onCreate on activity

I am launching an DashboardActivity from notification what have deeplink built by: NavDeepLinkBuilder(context) .setGraph(R.navigation.nav_graph) .setDestination(...destination...) …
Baterka
  • 3,075
  • 5
  • 31
  • 60
0
votes
0 answers

deeplinking works only on some phones for Android (React Native)

I am trying to implement deeplink feature in my React Native app. It works fine for ios, but on android it works on some phones. Initially I thought it was a version issue. But it works on my OnePlus 7 pro (OS:11) but not on my Vivo V20(OS:12). I…
Shepherd_of_fire
  • 101
  • 3
  • 10