android - 发送短信时 Google AppInvite : Email is not sent,

标签 android google-play-services google-app-invites

我正在使用谷歌图书馆

 classpath 'com.google.gms:google-services:1.3.0'

而我的appinvite库版本是

 compile 'com.google.android.gms:play-services-appinvite:7.8.0'

在使用 appinvites 时,我可以轻松地使用短信和电子邮件发送邀请。但是在接收端只收到短信,我不能发送电子邮件。

这是库中的错误还是我遗漏了其他东西?

编辑:我代码中的所有其他内容都遵循谷歌的 appinvite guidelines .

最佳答案

我尝试了 App invent 演示应用程序 here ,并按照步骤操作。

我可以发送邮件,也可以接收。

您可以尝试对比源码here和你的。

也许您忘记了在开始时连接 GoogleApiClient。请注意,在顶部的 build.gradle 中,它包含:

classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.google.gms:google-services:1.3.0-beta1'

关于android - 发送短信时 Google AppInvite : Email is not sent,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32155460/

相关文章:

android - 如何捕获位置权限的 SecurityException

android - AdvertisingIdClient#getAdvertisingIdInfo 自 v9.8.0 起有时会返回 null

android - 为旧应用更新 Google Play 服务

java - 谷歌 AppInvite

java - 将第二个 Activity 中图像的可见性设置为从我的主要 Activity 中可见?

android - 在选项卡 View 中,我想刷新 Fragment 每次更改

android - Android Play 商店中的 Beta 版。测试人员的选择加入链接在哪里?

android - appcompat 库样式是如何工作的

android - Google 应用程序邀请 : iOS App and Android app with different package names/bundle IDs - how can they be linked with goo. gl/应用程序邀请?

android - 适用于 Android 的 Google 应用邀请 : Reward sender