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

CloudFront reports 5xx errors for apple-app-site-association (deep linking) even though the origin server is returning HTTP 200

When we were running on the retired Tomcat 8 with Java 8 running on 64bit Amazon Linux/3.3.8 using a classic load balancer we never saw HTTP 5xx errors. That platform has been retired so we created a new environment 'Tomcat 8.5 with Corretto 11…
1
vote
1 answer

How to interval deep link on webview to keep native app session alive?

For example I have native app and I open webview from my app. I need to keep my app alive because If my native app have no activity in 5 mins the session will be expire. So that I have to pass deep link to website So website can keep interval my…
1
vote
1 answer

Mobile apps - Tracking links generated by app player

I have a game application and I want to add the option for players to invite their friends to the game and be rewarded for that. The flow seems really straight forward for me except one section of it. A player (lets call him James) wants to invite…
user51929
  • 185
  • 1
  • 15
1
vote
1 answer

Flutter how can I pass a list in deep link (dynamic links)

I want to pass a list in a deep link in flutter link strings, int, etc but I am not sure about it. Is it possible to pass a list through a deep link in the same way? Or there is another way to do that? Thanks in advance!
Jagadish
  • 1,005
  • 11
  • 30
1
vote
1 answer

Show instant installation pop up from google play store on facebook

I have published my flutter app on google play store and want to share it through facebook posts. I want a deep link whenever it is clicked, it opens a something like popup which shows play store as in the picture below. I posted my google play…
1
vote
1 answer

Deferred links not working as iPad now behaves as desktop in iOS 13

We have noticed that iPads with iOS 13 are no longer retaining the data for deferred deeplinks, via Branch.io. We believe this is due to the user-agent details being sent as desktop (even though its an iPad). We can resolve this issue by disabling…
Kay
  • 13
  • 2
1
vote
0 answers

open HomePage on tap of widget in reactnative side ? [Android platform]

In react native application, for android platform creating widget and on tap of it I need to open HomePage. or when I tap on widget I should able to send data to react native app that from widget application is opened so through this way at react…
1
vote
0 answers

Firebase Dynamic Deeplink: {SCHEME}://google/link/?dismiss=1&is_weak_match=1

I have problems with Dynamic Deeplinks generated with Firebase SDK. So to create dynamic deeplink: guard let contentLink = URL(string: path) else { return } let dynamicLinksDomainURIPrefix = "https://link.mydomain.com/" let linkBuilder =…
Artem Svystun
  • 179
  • 1
  • 14
1
vote
1 answer

Is branch.io free of charge for using only deep links?

My team wants to substitute Firebase Dynamic Links with Branch.io links. We decided to move, because we want to go from the Stores and distribute applications internally, and Firebase deep links don't work with deferred deep linking on Android if…
1
vote
1 answer

Returning to Native App from Gmail (or other native app) WebView Browser in Android

User Flow user opens app, taps "forgot password" "forgot password" email is sent user opens forgot password email, website opens in gmail browser password is reset, website displays "return to app" return to app button is a deep link / app…
1
vote
0 answers

Android (OnePlus device) deep linking issue, tapping SMS app launches my mobile app after deep linking

I am developing an Android app having deep linking configured. The deep linking works fine and on clicking of the link my app get launched also. In one case (OnePlus device) when I click the deep link from the SMS app it launches my app properly…
rizzz86
  • 3,862
  • 8
  • 35
  • 52
1
vote
1 answer

Deep Link to a Document in the Android Docusign App

I have an exiting app that lists delivery jobs and has links to Docusign docs that need signing using inperson signing. I also need the offline functionality that the native apps give, but without replicating it all in my existing app. Why rewrite…
Matthew
  • 13
  • 2
1
vote
0 answers

Posting multiple photos on instagram using React Native (Linking)

Is there any way to post (or to open post flow) multiple instagram photos in one post using React Native? For single photo, I used Linking: const fullURL = `instagram://library?AssetPath=${encodedURL}`; Linking.openURL(fullURL).catch(() => …
1
vote
0 answers

Android AppLink prompting for app and chrome

I am trying to implement an AppLink (deeplink) such that when the app-link is triggered it does not bring up the popup asking for my App or Chrome, I want it to just launch my app so I can direct them to the proper place in the app. I have read…
LilMoke
  • 3,176
  • 7
  • 48
  • 88
1
vote
0 answers

Struggling to get imgur authorisation in react native:

Here is my code:, the auth webview open but then when i click allow with my account i can see in console i receive the access token but with an error, i would just like to receive the url in my AuthWebView.js then i can parse it: Can't open url:…
Mat Nouvel
  • 41
  • 5