Android Firebase在iOS返回页404中邀请OtherPlatform

Android Firebase在iOS返回页404中邀请OtherPlatform,android,ios,firebase-invites,Android,Ios,Firebase Invites,我在Android应用程序中添加了Firebase应用程序。 我已正确设置AppInviteInvitation.IntentBuilder append: .setOtherPlatformsTargetApplication(AppInviteInvitation.IntentBuilder.PlatformMode.PROJECT_PLATFORM_IOS, "xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercont

我在Android应用程序中添加了Firebase应用程序。 我已正确设置AppInviteInvitation.IntentBuilder append:

.setOtherPlatformsTargetApplication(AppInviteInvitation.IntentBuilder.PlatformMode.PROJECT_PLATFORM_IOS, "xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com")
邀请已成功发送,但如果我使用iOS设备打开邮件,安装链接将不起作用! 他们被引导到一个错误为404的Google Plus页面


已解决

我在我的项目中不使用深度链接,但Firebase也需要。 我加了一句话:

.setDeepLink(Uri.parse(getString(R.string.app_name)))
邀请现在也可以在其他平台上使用