Firebase邀请错误 - 链接无法正常工作

Wil*_*ood 7 android firebase firebase-invites

我正在努力让Firebase邀请工作.我按照这里的说明进行操作.

触发邀请过程的代码如下

        AppInviteInvitation.IntentBuilder intentBuilder = new AppInviteInvitation.IntentBuilder(LanguageManager.getString("title-Invitation"))
                .setMessage(LanguageManager.formatString("message-INVITATION_{game-name}", ScribbleGame.getGame().getDisplayName()))
                .setEmailSubject(LanguageManager.formatString("title-TRY_{game_name}", ScribbleGame.getGame().getDisplayName()))
                .setEmailHtmlContent(emailHtml);

        application.startActivityForResult(intentBuilder.build(), ActivityResultConstants.REQUEST_INVITE);
Run Code Online (Sandbox Code Playgroud)

电子邮件包含使用%%APPINVITE_LINK_PLACEHOLDER%%标记插入的链接.邀请按预期发送.

我已经尝试了有无深层链接.如果没有深层链接,我会得到一个这样的URL,它不起作用并返回404错误.

https://plus.google.com/appinvite/131189621476-3ec41294-23ea-47e7-81d7-9a5fd004de6e

使用深层链接,我得到一个这样的URL,它不起作用并返回500错误.

https://sfqj5.app.goo.gl/i/131189621476-b6d8a1cf-81b4-4318-90d0-c32ee1a945e1

我已经做了很多挖掘,但未能确定链接无法正常工作的原因.

moh*_*hax 1

就我而言,我必须在构建邀请意图时设置深层链接。我使用从 firebase 控制台获得的默认链接。

由于某种原因无法上传截图,所以它是imgur的链接