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

Change language on "open link" page

When I open dynamic links on iOS, the browser is opened on a blank page that says "Open link in app?". As I understand it, this is an intended behavior. How can I change the language on this page? (Or alternatively: How can I supress that…
0
votes
1 answer

Android | Firebase invite result code is OK but invite NOT sent

I am implementing firebase dynamic links in an Android application (an index of recipes app), at first it was basic and worked without any issue: viewHolder.mShareBtn.setOnClickListener(view -> { Intent intent = new…
0
votes
1 answer

Set up Firebase and the Dynamic Links SDK IOS

I've followed the steps described in Firebase Dynamic Links doc for setting up dynamic links for iOS, but when I check https://my_app_code.app.goo.gl/apple-app-site-association the details node is always empty. Did anyone had this issue? Thanks.
0
votes
1 answer

Issues in configuring Firebase deeplinks in my app

i am trying to configure firebase dynamic links in my app but facing few issues. I did the following : 1. Set up of Firebase console done. 2. My code in manifest :
0
votes
1 answer

Can Firebase Dynamic Links be used to attribute installations to marketing campaigns?

Firebase Dynamic links allows you to set the utm campaign parameters, however I have not been able to find a clear answer if the campaign parameters survive the installation process and are attributed. We would like to generate our own dynamic…
Max
  • 148
  • 6
0
votes
2 answers

iOS Swift 2.3: correct syntax for application restorationHandler?

I am trying to setup Firebase Dynamic Links in my iOS project using Swift 2.3. When I add this function in the AppDelegate (as reported at the bottom of this page), I get the error: Unknown attribute 'escaping' func application(_ application:…
Daniele B
  • 19,801
  • 29
  • 115
  • 173
0
votes
1 answer

Showing an interstitial with Firebase Dynamic Links

On the official page for Firebase Dynamic links (https://firebase.google.com/docs/dynamic-links/) there is a mention of showing an interstitial if the app is not…
Piotr Zawadzki
  • 1,678
  • 1
  • 18
  • 24
0
votes
1 answer

Testing Firebase Deep Linking For Install Path

I've integrated Firebase into my application in the following methods - (BOOL)application:(UIApplication *)application openURL:(NSURL *)URL options:(NSDictionary *)options -…
aahrens
  • 5,522
  • 7
  • 39
  • 63
0
votes
0 answers

How to handle deeplink URL with in my Application

I working with firebase deeplink. I need to know how to handle deeplink URL with in my Application. If i use intent with in getInvitation method, it open the app again and redirect to that URL. I want to open that URL with in my application and with…
0
votes
1 answer

Android Firebase Dynamic Links always return status CANCELED

I have a huge problem implementing the Firebase dynamic links in android. I followed exactly this instruction: https://firebase.google.com/docs/dynamic-links/android My Manifest is correct, my firebase project includes correct sha1 keys. If i…
Chrissss
  • 97
  • 8
0
votes
2 answers

Firebase Dynamic link: How to get the URI scheme from the dynamic link that gets generated?

My requirement is to get the URI scheme out of the dynamic link URL that has been generated. Even in the firebase sample app, its the deep link url that gets returned and not the URI scheme. For eg: Our dynamic link url is this ->…
0
votes
1 answer

Firebase Dynamic Links Marketing Campaign dynamic_link_first_open filter event by parameter

I have created two Firebase Dynamic Links which has utm_source=twitter and utm_source=facebook. After clicked the dynamic links, I able to see the dynamic_link_first_open events being logged, but the predefined audiences (dynamic_link_first_open…
0
votes
1 answer

Dynamic link automatic Events are not showing on logcat

What I am trying to accomplish is to use dynamic link to open my app(Xamarin Android) using Firebase Dynamic link. These dynamic link I have created through Firebase console. There are some events related to Dynamic link as listed…
0
votes
3 answers

Android Firebase Dynamic Links setup - SHA-1 not recognized

i am trying to setup my android app to use firebase dynamic links and am experiencing a problem in setting it up in the firebase console. i had previously added my app to my firebase project to use the realtime database and it works with no…
Clive Sargeant
  • 622
  • 11
  • 24
0
votes
1 answer

How to send user information through Dynamic Links via Firebase Invites

I am trying to implement Firebase Invites feature in my app. Main logic is that the user select his/her friends in the contacts list and they will send invitation via Firebase Invites to achive this i want to send some peace of information about the…
ilvcs
  • 103
  • 1
  • 17