是否可以在华为设备上实施Firebase动态链接? [英] Is it possible to implement Firebase Dynamic Links on Huawei devices?

查看:196
本文介绍了是否可以在华为设备上实施Firebase动态链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了使用动态链接的android应用

I created android application which is using dynamic links

FirebaseApp.initializeApp(context)
Firebase.dynamicLinks
  .getDynamicLink(intent)
  .addOnSuccessListener(context) { successFunction(it) }
  .addOnFailureListener(context) { failureFunction(it) }

implementation 'com.google.firebase:firebase-dynamic-links-ktx:19.1.0'
implementation 'com.google.firebase:firebase-analytics:17.3.0'

我发现了通过HMS Core将Firebase分析代理到华为设备的教程: https://developer.huawei.com/consumer/en/doc/develop/Tools-Guides/30935655 但是根本没有关于firebase-dynamic-links的信息

I found tutorial to proxy firebase-analytics to Huawei device by HMS Core: https://developer.huawei.com/consumer/en/doc/development/Tools-Guides/30935655 but there's no information at all about firebase-dynamic-links

是否有可能在最新的华为设备上使用Firebase动态链接?

Is there any possibility to use Firebase Dynamic Links on the newest Huawei devices ?

推荐答案

不能使用Firebase Dynamic Links的纯Huawei设备(Huawei P40),可以使用或第三个代码也.

Pure Huawei devices(Huawei P40) you can not use Firebase Dynamic Links, instead of Firebase Dynamic Link you can use "App Linking" or third party kits on Huawei devices. They have sample code also.

这篇关于是否可以在华为设备上实施Firebase动态链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆