firebase-dynamic-links

Unable to query parameters stored in a Firebase dynamic/deep-link

五迷三道 提交于 2019-12-01 09:19:57
问题 I'm creating a Firebase dynamic/deep link manually like this: Uri BASE_URI = Uri.parse("http://example.com/"); String packageName = getBaseContext().getPackageName(); Uri APP_URI = BASE_URI.buildUpon().path(requestID.getText().toString().trim()+"%3DrequestID="+requestID.getText().toString().trim()+"%3Dextra1="+extra1.getText().toString().trim()+"%3Dextra2="+extra2.getText().toString().trim()).build(); String encodedUri = URLEncoder.encode(APP_URI.toString(), "UTF-8"); Uri deepLink = Uri.parse

Dynamic link does not open the app, and “open in app” option not available in context menu

天大地大妈咪最大 提交于 2019-12-01 08:22:33
问题 I just encountered a very weird behaviour with Firebase dynamic links. It works perfectly on all of our test devices except for one. This specific device is an iPhone-x, and the account was restored via iTunes (Not sure if this info is relevant, but i'm trying to give a full picture). Our app is installed on this device from the app store (also tried deleting and reinstalling), but when trying to open a dynamic link it opens Safari instead, there we have the "open" button that opens the app

How to shorten a Firebase Dynamic Link using my own domain name

混江龙づ霸主 提交于 2019-12-01 03:06:35
I'm trying to implement Firebase Dynamic Links in an iOS app. The goal is to have a clean URL for marketing purposes so folks can share links on social media. The idea is folks will share the clean URL that starts with my domain name. When the app is installed following a click on that link, we want to be able to track who referred the app install by looking at the payload delivered by Firebase. I think this goal is similar to Firebase's use case to convert web users to mobile app users. An example link I would like to provide for sharing on social media is: http://example.com/my-payload-here

How to shorten a Firebase Dynamic Link using my own domain name

亡梦爱人 提交于 2019-11-30 23:05:23
问题 I'm trying to implement Firebase Dynamic Links in an iOS app. The goal is to have a clean URL for marketing purposes so folks can share links on social media. The idea is folks will share the clean URL that starts with my domain name. When the app is installed following a click on that link, we want to be able to track who referred the app install by looking at the payload delivered by Firebase. I think this goal is similar to Firebase's use case to convert web users to mobile app users. An

Firebase dynamic link always goes to app store URL even if the app is installed

时间秒杀一切 提交于 2019-11-30 21:18:24
I am trying to integrate Firebase dynamic link into IOS app but the problem is that even if the app is installed the dynamic link is taking me to app store page to download the App from app store. Did anybody face the same problem and have solution for the same. Edited the link through firebase console. With the 'Skip the app preview page' enabled and 'Use a custom scheme when universal links aren't supported' disabled I was always redirected to the app store. The solution for me was to enable both universal links and a custom scheme. Can't say why, but maybe it will help someone. I faced the

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

走远了吗. 提交于 2019-11-30 18:10:53
问题 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 clicks on the share button they should be able to share a link that contains some details of that specific product so that when someone clicks on the link they can be taken to the product details activity if they have the app installed. I have tried

Firebase dynamic link support custom parameters?

寵の児 提交于 2019-11-30 13:11:27
问题 I am writing a App for a Open Source Conference. Originally each attendees will receive different link via email or SMS like https://example.com/?token=fccfc8bfa07643a1ca8015cbe74f5f17 then use this link to open app, we can know the user is which attendee by the token. Firebase release a new feature Dynamic Links in I/O 2016, it provide better experience for users. I had try that, but I can't find any way to pass the custom parameters (the token) in dynamic links, how to use the same link

Firebase pending dynamic links not working

橙三吉。 提交于 2019-11-30 09:49:05
According to the Firebase Dynamic Links documentation, even if app is not installed, if user opens the link on the device, app page on Appstore opened, and once app installed, application handles the link on the first launch. After some investigation how this handles, I found that Firebase has something called "pending dynamic links", and it is expected, that AppDelegate method is called with these links: - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options The source of this assumption: https://groups.google.com

How get extra parameter from dynamic link using Firebase?

情到浓时终转凉″ 提交于 2019-11-30 08:13:57
问题 I have created dynamic link manually and i set some additional parameters on the link, like this: https://XXXXX.goo.gl/?link=https%3A%2F%2Fairbanq.send.com%2Fsendmoney&apn=com.xxxx.xxxx&amv=1&username=Adri&amount=7.00 But when the app is opened i just get: "https:// airbanq.send.com/sendmoney" without the addiotional parameters i am using this sample code https://github.com/firebase/quickstart-android/tree/master/dynamiclinks any help please, Thanks My code public String buildDeepLink() { //

Android Firebase Dynamic Links setup - SHA-1 not recognized

家住魔仙堡 提交于 2019-11-29 17:54:09
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 isssues. i included the app's debug SHA-1 (which i obtained from the app-debug.apk). now in the firebase dynamic links console screen, i can select my app from the drop-down list but it shows a warning in red "Please add SHA-1 for this Android app". i even deleted the app from my firebase project and then added it again, also including the SHA-1 but i still