问题标签 [firebase-in-app-messaging]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 添加 Firebase 应用内消息依赖会产生 DexArchiveMergerException
我正在测试 Firebase 应用内消息功能,添加了依赖项
但是 android studio 抛出 DexArchiveMergerException。我启用了多 dexing,如下面的 build.gradle 所示。
这是我的 build.gradle(app)
build.gradle(项目)
以下是我得到的错误:
和
和
android - InApp 消息错误
它给了我无法合并 dex 错误。如果我评论 InApp Messaging 的依赖关系,那么它工作正常。
错误:任务“:app:transformDexArchiveWithExternalLibsDexMergerForDebug”的执行失败。
java.lang.RuntimeException:java.lang.RuntimeException:com.android.builder.dexing.DexArchiveMergerException:无法合并dex
类路径 'com.google.gms:google-services:4.0.0'
类路径'com.android.tools.build:gradle:3.0.1'
让我知道是否有任何可用的解决方案。
firebase - Flutter Firebase 应用内消息
我刚刚在 Firebase 上看到了一个名为 In-App Messaging 的新功能。是否已经有一个想法如何让它与 Flutter 一起工作?
ios - 一起添加 pod 'Firebase/AppIndexing' 和 pod 'FirebaseInAppMessaging'
由于版本依赖性不同,无法同时拥有两者
`[!] CocoaPods 找不到 pod "FirebaseAnalytics" 的兼容版本:在快照中 (Podfile.lock):FirebaseAnalytics (= 3.9.0, ~> 3.7, ~> 3.8, ~> 3.9)
在 Podfile 中:Firebase/Core 被解析为 3.17.0,这取决于 FirebaseAnalytics (= 3.9.0)
android - 无法在 Android 中使用 Firebase 应用内消息?
我正在尝试在我的 Android 应用程序中实现新的 Firebase 应用程序内消息传递功能。但无论出于何种原因,当我将库添加到我的 gradle 时,该应用程序都崩溃了。
这是我的毕业生:
我在这里给了 poicasso,因为在崩溃日志中我收到了一个与 picasso 相关的错误
这是日志文件:
检查与毕加索第 12 行有关的内容。
让我知道我是否需要提供任何东西。
java - inappmessaging-display:17.0.0' CreateProcess error=206, 文件名或扩展名太长
当我添加
implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0'
到我的 gradle 文件时,Android Studio 无法生成 apk,而是出现此错误:
CreateProcess 错误=206,文件名或扩展名太长。
任何帮助将不胜感激。谢谢。
ios - Firebase pod 'InAppMessagingDisplay'
我在安装 Firebase 新功能“应用内消息”时遇到了困难。尝试pod install
在项目上运行时,出现此错误:
这些是我项目中的 pod 文件:
我在这里阅读了其他问题并尝试了两种不同的解决方案。首先我尝试了这个: 1. pod repo remove master
2. pod setup
3.pod install
这没有用。得到同样的错误。
然后我尝试了这个:1. pod repo update
2. pod deintegrate
3.pod install
结果相同。
你们中有人遇到过这种情况并知道解决方案吗?
android - 程序类型已经存在:dagger.Reusable (Firebase InAppMessaging)
我在我的 gradle 构建中添加了这个:
然后我得到了这个错误(以前从未出现过):
程序类型已存在:dagger.Reusable Message{kind=ERROR, text=程序类型已存在:dagger.Reusable, sources=[Unknown source file], tool name=Optional.of(D8)}
这是我的毕业作品:
ios - Firebase 应用内消息按钮操作不起作用
在我的 iOS 项目中,我已经为 firebase 应用内消息设置了所有依赖项,并且在按钮上单击我需要将用户带到网页。
根据需要在设备中收到横幅和消息,但按钮操作未打开网页。
请注意,同样适用于 android 应用程序没有任何问题,它在浏览器中打开 url 没有任何问题。
我正在以正确的格式发送 URL,即:https ://www.something.com
请任何人都可以对此有所了解吗?