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
6
votes
1 answer

Unable to edit link behavior for iOS app from console

I'm using dynamic links in my Android and iOS Firebase apps and although I have no problem saving the link, when I try to define the link behavior for iOS by choosing "Open the deep link in your iOS app" followed by pressing Next and Edit Link, the…
FractalBob
  • 3,225
  • 4
  • 29
  • 40
6
votes
0 answers

Firebase Dynamic link get broken after first time install from Play Store and does not open deep Link after first install

I have created a Dynamic Link in Firebase Console. I have Refer option in Application, which creates a Dynamic Link and the link is share through some media. As per Firebase documentation, if app is not installed already it opens Play Store and…
Satyam Gondhale
  • 1,415
  • 1
  • 16
  • 43
6
votes
3 answers

Firebase dynamic link not open in development app while app is not in appstore

My concern is as i have not upload on app store but when i click on deeplink url debug mode application is not open its redirect on Appstore I AM ABLR to redirect on my debug application. I am working on dynamic link objective c as i have tested my…
6
votes
0 answers

Firebase dynamic links UTM parameters

I have created the firebase dynamic link in Android, I am receiving deep link path using. FirebaseDynamicLinks.getInstance().getDynamicLink(getIntent()).addOnSuccessListener(this, new OnSuccessListener() { …
Rahul Devanavar
  • 3,917
  • 4
  • 32
  • 61
6
votes
3 answers

"continue userActivity" method not called, despite Firebase deep link successfully opening app

I'm using Firebase's deep linking to try and provide a certain function in my app when a user clicks a link that was sent to them. The deep link is setup properly on the Firebase web portal. Clicking the link sent to the user DOES open my app, but…
m179
  • 89
  • 1
  • 8
6
votes
1 answer

Firebase Dynamic Link Custom Domain Setup URL patterns to whitelist Error

My custom domain https://mysub.mydomain.com is registered to Firebase Hosting correctly and I can create dynamic link with using my custom domain.But 3 warning occurs and IOS dynamic link is not open my IOS App. If I use google default domain…
E.D
  • 173
  • 1
  • 1
  • 9
6
votes
4 answers

Add query parameters to link in firebase dynamic link

I create dynamic link and I want to send some specific parameter, like: "https://mydynamiclink/?link=" + link + "&msgid=" + id + "&apn=myapn". link field looks like "https://play.google.com/store/apps/details/?id=com.myApp&msgid=myId&apn=myapn" When…
Andrii Turkovskyi
  • 27,554
  • 16
  • 95
  • 105
6
votes
1 answer

Firebase dynamic links. How to delete custom subdomain for page.link

I have created a custom subdomain for firebase dynamic links in my project like somedomain.page.link, but i want to delete it and use this subdomain in another firebase project. Is it possible to delete it?
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
3 answers

Firebase Dynamic Link doesn't redirect to the app when open through Safari

I have added Firebase Dynamic Link in my app, when I open in iPhone link through Google Chrome, it redirects me to the app, but when I'm trying to open app through Safari (I'm opening links through the Notes, not directly from the Safari), it…
Lucky_girl
  • 4,543
  • 6
  • 42
  • 82
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…
6
votes
3 answers

Firebase Dynamic Link open specific Activity

I implemented Firebase Dynamic links (which are great!) on my iOS app and am now doing the same job on Android. I managed to launch my Android app by clicking the dynamic URL, but I can't open it on another activity than my launcher activity. Here…
GrayFox
  • 824
  • 2
  • 10
  • 27
6
votes
4 answers

Firebase Deeplink not calling application:continueUserActivity:restorationHandler function of AppDelegate in Swift 3

I am using firebase Deeplink URL to open my app's specific section. It is working well when app running in background but when I killed the app and click deeplink url from outside than I don't know how to handle that case, I mean where I should…
6
votes
1 answer

How to generate a dynamic link for a specific post in android firebase

am developing an e-commerce app with android and firebase. I understand how to create dynamic link with firebase console. However I want to be able to create dynamic links for each product when a user click on the share button. I mean when a user…
6
votes
1 answer

Firebase dynamic links automatically opens the link, without waiting for the AppInviteApi.getInvitation call

I have an app in which a user has to sign up/ sign in to view content (the destination link). Currently, when I create a dynamic link in the firebase console, and I open the link on the android device, the link directs to the playstore as expected.…
milindbableshwar
  • 256
  • 1
  • 3
  • 9