Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
5 views

Same host for 2 activities but one with pathprefix : deeplinks in android

I have two activities in my Android app that share the same host but have different path configurations for deep links: Activity A: Should handle deep links that contain only the host (e.g., https://...
Charmi's user avatar
  • 21
-1 votes
0 answers
10 views

Where can i find safary deeplinks?

I'm seraching for deeplinks in macos apps. Now i'm working on safari, and i cant find any sites or documentations with list of deeplinks. Where can i find the information about them? I was trying to ...
Serafym's user avatar
0 votes
0 answers
10 views

React/Next.js automatic open app scheme url not working

I want to open our app scheme when the page is done loading. When pressing the button the url opens in the app. So I thought that by putting calling openApp from the useEffect the app would ...
Dirk's user avatar
  • 3,341
1 vote
0 answers
12 views

Deep linking through push notification's 'Accept' button doesn't work on Android 13 and above. It works fine on Android 12 and below in React Native

Deeplinking is not working through the push notification allow button above Android 12. When I hit the accept button in the notification, it does not navigate to the page.It works fine on Android 12 ...
Anu Robinson's user avatar
0 votes
0 answers
13 views

AndroidStudio - App Link Verification is failing even when the assetlinks.json is present

As per the documentation we have published the assetlinks.json into our server at app-deeplink.domain.com/.well-known/assetlinks.json. But when verifying the same with App Link Assistant in Android ...
Karthik Sankar's user avatar
0 votes
0 answers
22 views

UPI Linking Gpay and paytam error when try to pay amount

i am trying to pay amount through anchr tag or save value in qr code own qr code but facing issue using deeplink UPI payment same issue facing paytm work only samething phone pe Gpay this link i ...
Umar Arain's user avatar
0 votes
1 answer
15 views

Applink is not working when app is not installed on the device in react native

useEffect(() => { Linking.addEventListener('url', evt => { console.log('URL:', evt.url); handleAppLink(evt.url); }); return () => { Linking.removeAllListeners('url'); }; }, [handleAppLink])...
Sukh's user avatar
  • 1,348
1 vote
0 answers
10 views

application(_:continue:restorationHandler:) in case of app is not installed and launched from universal link

In a scenario where the user receives an email to install the app I want to pass some context from the link and receive it when the app is launched after installing the app from App Store. Would ...
Nilesh Tupe's user avatar
0 votes
1 answer
37 views

Teams deep link not opening the specific chat

I'm using teams deep link to open Teams desktop app group chat conversations from my angular app. When I click on the link, it opens teams app but it doesn't navigate to the chat which I mentioned in ...
A Coder's user avatar
  • 3,124
0 votes
0 answers
20 views

Android Webview doesn't process <a href to trigger a deeplink

I want embedded webview from others apps process my appLink example: <p><a href="https://www.example.com/gizmos">Open Gizmos Page</a></p> and in my app i already have ...
Anthony Koueik's user avatar
-1 votes
1 answer
25 views

Branch.io doesn't redirect to IOS App Store directly when app is not installed

When the app is installed, the deeplink works perfectly fine (redirects user to the app directly). However, when the app is not installed, the deeplink doesn't open IOS App Store directly, it opens a ...
Chwizdo's user avatar
  • 176
0 votes
0 answers
48 views

why is my flutter app opening a deep link url in the browser and not automatically opening route in app?

I have tried in both the iOS simulator and Android Studio simulator to run my deep linking test. Android worked in the event that android:launchMode="singleTop" because it rendered the app ...
Spencer's user avatar
  • 11
0 votes
1 answer
27 views

Percent encoding shouldn't show after the deeplink is executed using Swift for iOS

I've the following string (please pay attention the string has "&") let text = "By submitting, I confirm that I am an American, above 18 yrs of age & residing in America. I have ...
user4150758's user avatar
0 votes
0 answers
11 views

When opening a deeplink on ios I get directed to a "route_not_found" screen in Safari after opening the app

I have a react native app that I am trying to get deep links working for. On android they work fine, and on iOS they work fine if and only if the user has fully killed the app. If the user has the ...
Shep Sims's user avatar
  • 1,330
0 votes
0 answers
29 views

go router don't route on deep link

I'm using go_router in flutter to handle deeplinks. My issues is that I don't want to change the page when a deep link arrives but simply complete a Completer. From what I can tell go_Router must ...
Brett Sutton's user avatar
  • 4,401

15 30 50 per page
1
2 3 4 5
231