如何从谷歌播放服务获取Android app_id

时间:2014-03-12 20:31:48

标签: android google-play-services keystroke app-id

我创建了Android应用程序并在google play上托管了它,但突然我在Eclipse中删除了我的项目(也从磁盘中删除),现在我从备份中恢复了一些文件,但我在app_id中没有res/values/strings.xml {1}}

如何从播放服务或.apk或密钥库中获取app_id,因为我需要Google API integration

 <meta-data android:name="com.google.android.gms.games.APP_ID"
            android:value="@string/app_id" />

2 个答案:

答案 0 :(得分:21)

在此处登录Google开发者控制台:https://play.google.com/apps/publish

您应该可以在自己的应用下找到它。

编辑:它位于游戏服务标签

enter image description here

答案 1 :(得分:1)

对于重新设计的Google Play控制台(2020),请单击Play游戏服务,然后单击设置和管理,然后单击配置。 您将看到有关您的应用程序的信息,其中一个字段是授权,然后您将在其中找到应用程序ID。

Google play console side bar