Questions tagged [firebase-dynamic-links]

Firebase Dynamic Links drive usage to your mobile application from sources where only a URL can be provided, such as SMS, email, and marketing promotions. These links can help the user install and launch your app to exactly the point your user expects.

About Firebase Dynamic Links

Firebase Dynamic Links is a component of the Firebase suite of tools for cross-platform application development.

  • Improve acquisition and engagement by bringing users directly to content that they were originally searching for, whether they have your app installed or not
  • Delight new users with personalized promotions and messages after install

Related tag

1355 questions
5
votes
0 answers

Suddenly Firebase Dynamic Link Does Not Redirect to App Store

I am having a problem where the dynamic link created on the Firebase platform is not redirecting to the App Store if the app is not installed. Dynamic Link Img I have not changed any project settings, and when creating the link I select "If your app…
Saad Aamir
  • 51
  • 2
5
votes
0 answers

Why is my dynamic link not surviving the Play Store install?

I am trying to set up dynamic links so that a link will deep link the user to the app if they already have it installed and the play store if they don't. I expect the link to survive the play store installation process and be sent to the launcher…
Cameron Henige
  • 368
  • 2
  • 17
5
votes
1 answer

How to redirect user inside mobile app after email verification, react-native?

Description:: I am working on react native app. My app is having login and signup page. After signup I am sending an email to user to verify account. User will get a link to verify account, after clicking on that link I am redirecting user to url…
Archana Sharma
  • 1,953
  • 6
  • 33
  • 65
5
votes
2 answers

Firebase dynamic links with custom domain

I had integrated Firebase Dynamic links in multiple iOS apps, which is in the same firebase project and it was working fine. But when I installed both apps on same device, the dynamic links were not opening specific app on the device. So, I…
Ali M Irshad
  • 116
  • 1
  • 8
5
votes
0 answers

Firebase Dynamic Links MinimumVersion behavior

I'm creating Firebase Dynamic Links programmatically in an Android and iOS apps. Both apps are already available in Google Play and the App Store, so I want to use MinimumVersion to redirect users to the appropriate store if they are using previous…
SuperFrog
  • 7,631
  • 9
  • 51
  • 81
5
votes
0 answers

Firebase Dynamic Link Not Redirecting To Instant App

I'm using Firebase Dynamic Links with the android instant app and but instead of redirecting to the instant app it is opening the URL in the browser. I tried adding the "afl" param but it is also not working. Can anyone help? Thanks in advance.
5
votes
1 answer

Firebase Hosting - how to get current json

I'm using Firebase Hosting with Dynamic Links (I use my own domain as described at https://firebase.google.com/docs/dynamic-links/custom-domains#manual). The documentation says Note: You can check the deployed firebase.json content using the …
michalsol
  • 752
  • 8
  • 29
5
votes
0 answers

FirebaseException: Use setDomainUriPrefix() instead, setDynamicLinkDomain() is only applicable for *.page.link and *.app.goo.gl domains

I'm integrating firebase dynamic link 6.0.0 unity sdk downloaded from firebase official site. I am following the tutorial as it is to create long and short dynamic link. After creating long dynamic link with following C# code var components = new…
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
5
votes
2 answers

Firebase short links fallback link

I'm using Firebase dynamic links with link shortener and I want to define fallback link for clients beside Android and iOS. Manually constructed dynamic links have parameter ofl that does exactly what I need The link to open on platforms beside…
Kirill Cherepanov
  • 927
  • 1
  • 10
  • 20
5
votes
1 answer

How to tell between a launch and an install from a Firebase Dynamic Link?

When a user clicks on my Firebase Dynamic Link (with deep link) to launch my Android app, one of two things will happen: If the app is not installed, the user will be directed to Google Play to install the app, and then launch it with my deep…
Barry Fruitman
  • 12,316
  • 13
  • 72
  • 135
5
votes
2 answers

How to implement deep links on Facebook in-app messages

overflow community, We're developing deep-link functionality for an app, and came across a problem with the in-app messages functionality of facebook push messages. We're trying to send a deep link associated to a button of the in-app message, but…
5
votes
1 answer

Firebase dynamic link flagged as suspicious in gmail

Some Background We have an app which requires users registration When a user registers, we send a confirmation email The email contains a Firebase Dynamic Link to a web page and is caught by the app if it's installed Since the final link contains a…
Armando Garza
  • 486
  • 3
  • 9
5
votes
1 answer

How to solve Deep Link Enable in Android Using Firebase

How to solve it problem and how to Enable App link Enable?.
5
votes
2 answers

Firebase dynamic link doesnt work in safari swift

I am using firebase dynamic link. I am facing 2 issues firebase official website doesn't have enough information and already did googling. (1) When i created link programatically it doesn't work on safari. but if i copy link and open it in chrome or…
Mr.Javed Multani
  • 12,549
  • 4
  • 53
  • 52