在 flutter 中实现 firebase 动态链接时出现 DynamicLinksClient 不可用错误

发布于 2025-01-14 07:31:51 字数 614 浏览 0 评论 0原文

W/GoogleApiManager(1448):com.google.firebase.dynamiclinks.internal.DynamicLinksClient 的服务不可用:ConnectionResult{statusCode=SERVICE_INVALID,resolution=null,message=null} E/flutter(1448):[错误:flutter/lib/ui/ui_dart_state.cc(209)]未处理的异常:[firebase_dynamic_links/unknown] com.google.android.gms.common.api.ApiException:17:API:DynamicLinks .API 在此设备上不可用。连接失败:ConnectionResult{statusCode=SERVICE_INVALID,resolution=null,message=null} E/flutter ( 1448):

我已按照 https://firebase 中给出的确切步骤进行操作。 flutter.dev/docs/dynamic-links/usage

W/GoogleApiManager( 1448): The service for com.google.firebase.dynamiclinks.internal.DynamicLinksClient is not available: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null}
E/flutter ( 1448): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: [firebase_dynamic_links/unknown] com.google.android.gms.common.api.ApiException: 17: API: DynamicLinks.API is not available on this device. Connection failed with: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null}
E/flutter ( 1448):

I had followed the exact steps given in https://firebase.flutter.dev/docs/dynamic-links/usage

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Bonjour°[大白 2025-01-21 07:31:51

确保您的设备有谷歌服务。

对于模拟器:创建一个带有 Play 商店图标的模拟器。 输入图像描述此处

对于物理设备,请确保该设备不在 Google 列表中的禁止范围内。例如华为设备。

基于此问题:https://github.com/firebase/flutterfire/issues/8397

Make sure, that your device have google services.

For emulator: create one with play store icon. enter image description here

For physical device make sure that this device is not in banned from google lists. For example Huawei devices.

based on this issues: https://github.com/firebase/flutterfire/issues/8397

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文