gpt4 book ai didi

android - Firebase 云消息传递不适用于 Android 上的构建变体

转载 作者:塔克拉玛干 更新时间:2023-11-02 18:51:44 24 4
gpt4 key购买 nike

我在 Firebase 中有 2 个项目:nl.companynamenl.companyname.acc:

enter image description here

这是我的build.gradle:

flavorDimensions "type"
productFlavors {
acceptance {
dimension="type"
applicationIdSuffix ".acc"
versionNameSuffix "-acc"
}
production {
dimension="type"
applicationIdSuffix ""
versionNameSuffix ""
}
}

下载的 google-services.json 位于目录中:app/google-services.json

Android Studio登录Google账号并同步:

enter image description here

消息显示为发送成功: enter image description here

问题描述:

  • nl.companyname 上发送消息时,它有效。

  • 发送消息并定位设备的 token ID 时,它有效。

  • 但是 nl.companyname.acc 不起作用。

尝试的步骤:

  • 我已删除 Firebase 中的 .acc 应用程序并重新添加它(并下载了新的 json 文件)。

enter image description here

非常感谢任何帮助。

最佳答案

Firebase Document ,它支持多种基于 flavor 的项目。

You can have multiple google-services.json files for different build variants) by placing google-services.json files in dedicated directories named for each variant under the app module root. For example, if you have "development" and "release" build flavors, your configuration could be organized like this:

app/
google-services.json
src/development/google-services.json
src/release/google-services.json
...

您可以在 here 找到完整的说明.

关于android - Firebase 云消息传递不适用于 Android 上的构建变体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50555038/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com