如何从playservice 11.0.4检索谷歌加配置文件

时间:2017-08-06 13:50:00

标签: android google-plus-signin

不推荐使用检索配置文件数据的旧方法。谷歌成功登录后,几天来一直试图检索年龄,性别和位置信息。 我试过了:

How to get profile like gender from google signin in Android?

Get person details in new google sign in Play Services 8.3

和其他类似的

1 个答案:

答案 0 :(得分:0)

您需要更新您的Google服务。在项目gradle上

'com.google.gms:google-services:3.1.2'

然后在app gradle上更新您的Google帐户登录API

  compile 'com.google.android.gms:play-services-auth:11.4.2'