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
11
votes
3 answers

Firebase Dynamic Links - Can't get Url in android after install app from play store

If I install the app when clicking the dynamic link. All of that information from dynamic should be still available when I open the app for the first time.How can I get that information? It is not working when I use this: getInitialLink() returns…
11
votes
2 answers

Firebase dynamic links are not working on iOS when the dynamic link has the custom subdomain

I have integrated firebase dynamic links in my app as per the guidelines mentioned in source1, source2. Everything is working as expected on the app for the default domains. But when I create a custom subdomain on firebase console and use it on the…
Ashok
  • 5,585
  • 5
  • 52
  • 80
11
votes
5 answers

Firebase Dynamic-Links is not working for different target in same project in iOS

Is the behaviour of Firebase Dynamic-Links is different for Android and iOS? How can I implement Firebase Dynamic-Links for the same project for a different target in iOS? In Android, Firebase Dynamic-Links is working properly for different…
11
votes
0 answers

Firebase dynamic link not opening/launching my installed app

I recently implemented Firebase dynamic links into my app. But I have a problem with some of Android devices that are directed to the Play store, when pressing the dynamic link, although they have the app installed. (it works fine with other devices…
ykorach
  • 588
  • 6
  • 14
11
votes
1 answer

Firebase Dynamic Links not deep linking with short URL on Custom tabs

I've created some Firebase Dynamic Links in my application programmatically that are working fine when they are long ULRs, I mean, the default Dynamic Link that Firebase creates. If the user does not have the app installed, it opens the Play store…
10
votes
2 answers

we can't open apps from play store after an install, this happens with dynamic link (firebase) Android

When we use a dynamic link from Firebase and it leads the user to install the application, after the installation in the PlayStore it is presenting only the uninstall button, where the expected behavior is that it presents the open button as…
10
votes
4 answers

Flutter - Firebase Dynamic Link is not caught by onLink but open the app on iOS

Everything works fine on android but on ios when the app is already opened clicking the link takes the app in the foreground but the onLink method is not…
Fabio Tredesini
  • 101
  • 1
  • 3
10
votes
3 answers

Dynamic Links not working when app is closed, only when in background

I've been working to include Dynamic Links in my app. I have set it up so that links can be generated correctly, and received correctly, but they only work when the app is open and in the background. If the app is closed completely, the link will…
10
votes
2 answers

Firebase Dynamic Link leads to "Dynamic Link not found" when app not installed

I have a problem with DynamicLinks. If the app is installed, on an iPhone, the dynamic link opens the iOS app with the deep link and everything works fine. But if the app is not installed, instead of showing the app’s page in the Apple App Store, it…
Sebastien
  • 3,583
  • 4
  • 43
  • 82
10
votes
1 answer

Firebase Dynamic Link behaving strangely in Chrome iOS

We're having trouble with the following Firebase Dynamic Link in Chrome iOS (tested on 72.0.3626.74): https://carvana.page.link/?link=https://www.carvana.com&isi=1273426583&ibi=com.carvana.copilot&cid=4115817180136449045&_icp=1 On a device without…
pauljm
  • 442
  • 2
  • 12
10
votes
0 answers

Play Store shows open button instead of continue using dynamic link

I implemented firebase dynamic links into my app. It should work in this way: user click link, it opens play store, user click install, after installation play store should show continue green button, it opens app in determined by link activity…
10
votes
2 answers

How to configure dynamic links for a Firebase project?

Since google is shutting down it's url shortening service, I want to move my project to FDL. I am using the api to shorten the url following this: https://firebase.google.com/docs/dynamic-links/rest#create_a_short_link_from_a_long_link and I am…
Mubashar Abbas
  • 5,536
  • 4
  • 38
  • 49
10
votes
3 answers

Firebase dynamic links is not launching my app in specific situation

I've made a dynamic link for users to share some contents in my app. The link is working when I click a link in an HTML page using href tag on Android device. It means, if the app is not installed, go to Play Store, else opening the app and I could…
hshan
  • 655
  • 2
  • 6
  • 19
10
votes
1 answer

How to Use Firebase Dynamic Link in Facebook App Install Ad?

I'm trying to create app install ads on Facebook for an App. I would like to track installs via Dynamic Links so I can see the effectiveness of each ad/campaign for user retention & various conversion events down the funnel. With Facebook Ads, the…
Noah Manion
  • 337
  • 2
  • 13
10
votes
0 answers

Can't see custom campaign parameter result of Firebase Dynamic Link in Google Analytics

I started to use Firebase Dynamic Link since few days ago with custom campaign parameters like this. https://subdomain.app.goo.gl/?apn=[package_name]&link=[link_url] …