【发布时间】:2015-08-22 11:13:11
【问题描述】:
我正在使用谷歌图书馆
classpath 'com.google.gms:google-services:1.3.0'
我的appinvite库版本是
compile 'com.google.android.gms:play-services-appinvite:7.8.0'
在使用 appinvites 时,我可以使用短信和电子邮件轻松发送邀请。但在接收端只收到短信,我无法发送电子邮件。
这是库中的错误还是我遗漏了其他内容?
编辑: 我的代码中的其他所有内容都遵循 google 的 appinvite guidelines。
【问题讨论】:
-
面临同样的问题。代码运行良好,我什至从框架中获取了 appinvite id,收到了 SMS,但没有收到电子邮件。咳咳……?你解决了吗?
标签: android google-play-services google-app-invites