0

我的应用程序运行良好。但为了准备投入生产,我应用了 Dexguard。使用 Dexguard Firebase AppInvite 不再有效。当我发送邀请时,我会经过小吃店

消息发送失败!

如何让 Firebase App Invite 与 Dexguard 一起使用?顺便说一句,我对 Firebase 云消息传递没有任何问题。

我在用

 compile "com.google.firebase:firebase-invites:9.0.0"

 classpath 'com.google.gms:google-services:3.0.0'
4

1 回答 1

0

您应该使用firebase版本9.2.0或更高版本。早期版本不包括keep通过反射访问的内部类的适当规则。

于 2016-07-11T08:00:06.653 回答