Skip to main content

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.

deep-linking
0 votes
0 answers
10 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
18 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
24 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
26 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
10 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
24 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,391
0 votes
0 answers
60 views
+50

flutter deep links not working with go router

I'm using go router in my flutter app to respond to deeplinks. The flutter dev tool tells me that my deeplink are valid and when I run adb to manually activate a deep link i see: adb shell am start -a ...
Brett Sutton's user avatar
  • 4,391
-1 votes
0 answers
13 views

Why does the defaullt react native iOS App ID contain org.reactjs.example?

I tried implementing deep links in my ios App. I read that I need the App ID in the apple-app-site-associatio file on my webside. On xcode I found the following ID: org.reactjs.native.example.MyApp. ...
JaRoMaster's user avatar
1 vote
1 answer
47 views

Angular deep linking with JWT bearer token in authorization header

How can I get the incoming request headers in an Angular authentication guard? In an Angular 17 application, I'd like to support authenticated deep links with JWT tokens in the incoming request header,...
Jan Nielsen's user avatar
  • 11.4k
0 votes
0 answers
12 views

Domain ownership not validated in google play console

I have a website and i turned it to a mobile app using a website to app: median . co website. Now i'm trying to publish it on google play console but i'm getting these kind of errors and i don't ...
lee's user avatar
  • 1
0 votes
1 answer
28 views

Android app link not working in android some device. It always opening in browser

Some of device app linking working fine. Its open direct app but some of device open browser instead app. Default link not showing in settings -> app. Can anyone help here? Here is menifest file &...
Ashish Patel's user avatar
0 votes
0 answers
36 views

React-native expo deep linking

I am trying to capture path and navigating to MagicLinkSignup screen. how can i achieve it with expo? with expo cli i can test it with npx uri-scheme open exp://192.168.39.115:8081/--/MagicLinkSignup/...
Sumit Sharma's user avatar
1 vote
0 answers
36 views

expo auth session and redirecting back to my app

I'm building the mobile version for a website, and using the identity server for authentication, I'm using expo-auth-session for handling this but I'm facing a problem redirecting back to my app, is ...
user26220713's user avatar
0 votes
0 answers
27 views

Universal/deep link configuration when the final screen is on another stack

I have a configuration issue with deep/universal links when I want to open a screen that is in another Stack. Here is the screen composition: - NavigationContainer - AppStack (stack navigator) ...
Ben44's user avatar
  • 225
0 votes
0 answers
15 views

How Can I do deeplink here?

I have one web app app.events6.com and React native app as well, I want to implement deeplink but its not working when from third party app clicking this link app.events.com/services/view/33 it is ...
SHUBHAM SONAR's user avatar

15 30 50 per page
1
2 3 4 5
231