Questions tagged [deep-linking]

In the World Wide Web, deep linking is the usage of a hyperlink that is expressed as an absolute URL (i.e. http://example.com/path/page), vs. a relative one (i.e. /path/page). Deep links to other websites can be desired or not by the site the link points to.

In the World Wide Web, deep linking is the usage of a hyperlink that is expressed as an absolute URL (i.e. http://example.com/path/page), vs. a relative one (i.e. /path/page). Deep links to other websites can be desired or not by the site the link points to.

3278 questions
1
vote
1 answer

How to make multiple Deep Linking in two different activity without duplicate the app android

I am using deep linking to share my active link to different applications like WhatsApp. The problem is I want to share 2 different activities. Now I am able to share them but if we assume I will share activity A. After clicking on the link, I will…
user12540334
1
vote
1 answer

Deeplinks with Ionic / Capacitor

I'm trying to retrieve a request param from a deeplink to a Ionic 5 application using Deeplink plugin (authorization code provided by authorization server on successful authorization redirection). Android intent filter seems correctly configured as…
ch4mp
  • 6,622
  • 6
  • 29
  • 49
1
vote
3 answers

How to open my app with deep linking instead of redirecting to google play store site?

I've tried to open my app directly, without opening google play store or browser, when user tap on the link. I've tried this code:
Mareena
  • 11
  • 3
1
vote
0 answers

Expo react native Android Deep linking not working

I am trying to implement a deep link on Android ( Similar to iOS universal link). Please find below the SDK details. SDK Version: 37.0.12 Platforms(Android/iOS/web/all): Android app.json contains an intent filter as suggested "intentFilters": [ …
1
vote
1 answer

Invalid dynamic link when using firebase in iOS

I am working on implementing firebase dynamic links to handle deep link in an app. I followed the documentation here but it doesn't work. The steps I did to configure dynamic links (after configuring Firebase with my app) I added the App ID Prefix…
1
vote
1 answer

Ionic 4 Deeplinking - launch website if app is not installed

I am working on Ionic 4 app and I am using deeplink to open app when clicked on a external link. I am using plugin: cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=deeplinktest --variable DEEPLINK_SCHEME=https --variable…
Ragesh Pikalmunde
  • 1,333
  • 1
  • 20
  • 44
1
vote
1 answer

AppAuth-Android strange problem in handling NOT hierarchical URI callback intent

I am using AppAuth-Android in my app to handle the OAuth flow. When the flow starts, I call the startActivityForResults method as described in the https://github.com/openid/AppAuth-Android#obtaining-an-authorization-code step. After calling this…
Stefano Zanella
  • 83
  • 2
  • 11
1
vote
1 answer

Deep link is not working in android react native

I have setup a deep link in android react native. I wanted to skip the options menu when click on the link, for that I have added .well-known/assetlinks.json file over my domain address. I can see no errors when I verify using this , no error is…
Mukul Aggarwal
  • 1,515
  • 20
  • 16
1
vote
0 answers

Deepliink not working when user install the app and open FireTV

According to Amazon deeplink document if user search for a movie and open the movie, if app is installed works fine as deeplink is still there but if app is not installed then it redirect user to app install page and user click install and then open…
user3732629
  • 141
  • 15
1
vote
1 answer

Configuring hosting and deep linking using the same domain - Branch.io

I have purchased a site on bigrock and also hosted on a server. However I now plan to deeplink my domain using branch.io . Is it possible to host my website and deeplink only the url path using the same root domain.
JDForLife
  • 91
  • 2
  • 10
1
vote
0 answers

Xamarin Forms Deep linking and adding an app icon to phone dialer like whatsapp call

I have a task where I'm expected to develop an android app that has chat and calling features. That is not a problem but the problem is that I have a feature where I must add the app icon to the default phone dialer such that when a user is on the…
DevLayi
  • 55
  • 10
1
vote
0 answers

Does microsoft edge support url schemes/deeplinking in IOS?

URL scheme to open an app from website in MS Edge. Wanted to open "fb://" or "whatsapp://" etc from edge browser. I can open these from safari browser, but not from edge. So, does Edge supports deeplinking? PS: Opening Edge from apps can be done…
Amit
  • 61
  • 1
  • 7
1
vote
1 answer

Deeplinked screen automatically returning to previous screen - ReactNative Android

I'm creating a notification reminder application in react native, I tried opening a specific screen in the application when user taps on the notification, I'm using react-navigation and tried deep linking with the screen paths. so my problem is, the…
1
vote
1 answer

Android deeplink - don't show intent chooser popup, force open app

I want to open my app from browser, when user opens any link that my app handles. So I'm using deeplinking. Here's my code in manifest file.
1
vote
1 answer

Trying to open viber app from my react native app. (iOS)

I am trying to open viber app from my react-native app but its not working. I am getting below error. Error: Unable to open URL: viber://contact?number=%2Bxxxxxxxxxxxx. Add viber to LSApplicationQueriesSchemes in your Info.plist. I have listed…
Shu.T
  • 439
  • 1
  • 6
  • 12