Google Play Api默认为"只有我"使用" Google Play API Client Client for Java"

时间:2015-09-04 22:11:27

标签: java google-play-services google-play-games

Google+应用可见度不断转换为"只有我"制作排行榜没有分数。

我正在通过桌面,Android和iOS项目中的以下链接使用Google Play Developer API Client for Java:

https://developers.google.com/api-client-library/java/

在API调用成功的过程中,所有测试和生产都能正常工作。唯一的问题似乎是在过去的一个月内,#34;可见性"设置已经开启,我无法找到有关为什么这样做的任何信息...

如果我将应用的可见性设置为" public"在Google+中手动然后注销并使用该应用登录,可见度将重置为“只有我"。

该应用正在请求以下范围:

/** View and manage its own configuration data in your Google Drive. */
  public static final String DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata";

  /** Share your Google+ profile information and view and manage your game activity. */
  public static final String GAMES = "https://www.googleapis.com/auth/games";

  /** Know your basic profile info and list of people in your circles.. */
  public static final String PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login";

我正在使用最新版本的库。范围直接来自GamesScopes.java文件,它们是库的一部分。

对特定于用户的appdata的驱动器访问工作正常。

对于那些好奇的人,桌面版的应用程序可以从以下位置获得:   - http://www.cherokeelessons.com/phpBB3/viewtopic.php?f=24&t=73&p=240#p274

该应用程序的Android版本可从以下位置获得:   - https://community.testfairy.com/join/zlth1UtJ

0 个答案:

没有答案