Questions tagged [dynamic-links]

67 questions
25
votes
5 answers

Android webview: download files like browsers do

I'm working on an Android app with a webview pointing to a dynamic website by another team. When i download a file (mostly dynamically redirected PDF and ZIP) all i get is a file in the downloads folder containing some HTML code with a message like…
j.c
  • 2,825
  • 3
  • 31
  • 45
16
votes
1 answer

How to edit the Firebase DynamicLinks 404 (Dynamic Link Not Found) page?

I'm using Firebase DynamicLinks and wondering if there is a way to edit the page that appears when the user opens an invalid or deleted link? I tried to provide the 404.html in the public folder of Firebase hosting but didn't work as expected.
9
votes
3 answers

android firebase dynamic link PendingDynamicLinkData is null direct through app

Problem: Why is "Short dynamic links" created programatically wont open/launch the app directly? I want to launch app directly when user clicks the dynamic url created dynamically by android app. When clicking dynamic short link created dynamically…
7
votes
9 answers

Using jquery or JS how do you turn a string into a link?

So I have a piece of HTML that looks something like this...

This is some copy. In this copy is the word hello

I want to turn the word hello into a link using jquery.

This is some copy. In this copy is the word

Paul Boag
  • 71
  • 1
  • 4
6
votes
1 answer

Firebase Dynamic Links ofl parameter not working

I was creating short dynamic links with the py-firebase-dynamic-links where we can set parameters presented here. However, there is no desktopFallbackLink parameter to be used on the REST API. I need to set a link to open on desktop. What I am…
Sofia
  • 445
  • 4
  • 17
6
votes
0 answers

How to test firebase deferred deeplink without downloading app from playstore?

I have implemented firebase deferred deeplink and retrieving firebase deeplink data on splash screen of the app. It is working fine when app is already installed in the device. I want to test the case when link is shared and app is not installed on…
6
votes
0 answers

How do i get deep link after user install the app through firebase dynamic link and opens the app on app drawer?

i'm using firebase dynamic links to invite friends to my app. Everything works great. Clicking the invitation link leads me to the playstore. When i install the app and wait until its done the playstore shows me the button "Continue". When i click…
5
votes
4 answers

DynamicLink deeplink url is nil when navigate user to appStore and first download

I tried to create dynamicLink at Firebase console to navigate user to download my app at appStore, and when they launch app for the first time I keep getting DynamicLink object with nil url. func application(_ app: UIApplication, open url: URL,…
Ian
  • 239
  • 1
  • 14
4
votes
1 answer

403/405 status code Firebase Dynamic Link

I'm using Firebase Dynamic Link to redirect the users into our app and using the Google-provided domains (https://example.page.link) for the URL prefix. The link works fine for most people but sometimes some users might encountered with these…
akifarhan
  • 1,101
  • 10
  • 26
4
votes
0 answers

How do dynamic links work?

I am currently using a dynamic link in my app. I was trying to understand how does a dynamic link understand whether the app is installed or not when its opened from ios or Android platform?
3
votes
2 answers

how to do exect match on mysql_query?

How to do absolute MySQL query match. Since I seem getting collision if a user is trying to call a url or a file via short link domain.ltd/NGV which collides with domain.ltd/ngv forcing the fetch script to pull /NGV file not /ngv Here is the code…
PT Desu
  • 693
  • 4
  • 13
  • 26
3
votes
1 answer

Firebase Dynamic links - when clicked not working in iOS

Im using firebase dynamic link to open the mobile application (If already installed) or to redirect user to Playstore or app store. In iOS mobile , I pasted the link in notes / messaging apps and while clicking the link it Opens the safari browser…
3
votes
5 answers

Ability to prevent/stop loading 'Page load' in Cypress when clicked a hyperlink

In my Cypress test, I need to test a link which downloads a .txt, .xlsx and a .zip file when clicked, but when I use "click()" to click the hyperlink, it starts a page load and expects a new action to happen as a result of clicking a link. As an…
Kumari Sonika
  • 33
  • 1
  • 3
3
votes
1 answer

Why dynamic link created programmatically is not listed in "Dynamic Links" of Firebase Console?

When I created the dynamic link manually from Firebase Console then it got listed in "Dynamic Links" section, but when the links are created programmatically then it is not listed in the "Dynamic Links" section of Firebase Console. These…
3
votes
1 answer

Firebase Dynamic Links not Available After Install

I've implemented Firebase Dynamic Links and universal links are working as expected. For custom scheme URLs I get the call to application:openURL:options: but the link is never available. After I click on my Dynamic Link from the notes app, get…
1
2 3 4 5