android - 标记为使用 Play 游戏的应用

标签 android google-play google-play-games

我想知道如何告诉 Play 商店我的应用程序使用 Play Games API 进行排行榜、成就和即将推出的多人游戏。

我看到一个应用程序,它在应用程序的描述中可见,如该屏幕截图所示:

enter image description here

我怎样才能做同样的事情?我必须在 list 中添加一些东西吗?在开发人员控制台上更改一些内容(我还没有看到与此相关的任何内容)。

最佳答案

引用我另一个问题的回答:https://stackoverflow.com/a/17633229/226508

Implementing the Google Play Game Services features is not sufficient, your users have to use the service for you to get the badges.

Let me quote from this video from Google I/O 2013: Practical Android Games Development http://youtu.be/ZbQWf7C5ymU?t=23m39s

"As you get more users you will get badges. [...] However, they are not just given out because you put them in the config, and we don't snoop your APK to see if you are making API calls from there. We verify how much the feature is being used and if you meet certain threshold we give you a badge. So you need to actually integrate it, it is not a token thing that you can put there to get more eyeballs in the store."

关于android - 标记为使用 Play 游戏的应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17639745/

相关文章:

android - APK未优化

android - 如何使用 Google Play 服务管理一个应用程序/游戏内的多个 'minigames'?

android - Google Play 游戏服务包名称可能存在错误?

android - 如何获取在android中动态显示的选定复选框的id?

android - 检索传递的字符串数组元素 - Android

android - 应用程序未出现在特定设备的 Android Market 中(Android Market 过滤器)

android - 我在测试版中看不到我的应用程序

android - 需要 Google Play 服务,但未安装 Google Play(市场).. 怎么办?

google-play-services - 如何从 Google 游戏服务重置成就?

android - 创建充当我们移动网站快捷方式的 Android 应用程序