Google App Invites 邀请未发送

Google App Invites invitations not being sent

自 2015 年 11 月 11 日起 Google 应用邀请不再发送电子邮件。短信仍然有效。还有其他人经历过吗?我的应用程序代码在过去几周内没有更改,因此怀疑可能与 Play Services 8.3 有关 - 但这似乎不是原因。

我检查过:

正在生成 InvitiationId,未抛出任何错误。

关于其他可能导致此问题的任何建议?

如解释的那样有更新here

App Invites is a technology that enables your users to share your app with people they know. If you build using App Invites, Google Play services 8.3 has an update that will make coding much simpler. Now, you can use the AppInvite.AppInviteApi.getInvitation() method. This will set up a ResultCallback that you can use to launch your deep link activity, drastically simplifying your code.

自 2015 年 11 月 12 日起,电子邮件邀请又开始工作了。 我的应用程序中没有更改任何代码,并且电子邮件已开始工作。

但是,昨天发送的邀请仍然丢失。

我只能将其归结为 Google 的服务问题。

我想这就是 Google App Invites 仍处于测试阶段的原因。

我会在几个小时后将此答案标记为 "accepted"... ]