如何从谷歌播放服务获取android app_id [英] how to get android app_id from google play services

查看:487
本文介绍了如何从谷歌播放服务获取android app_id的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了android应用程序并将它托管在google play上,但突然间我在Eclipse中删除了我的项目(也从磁盘中删除),现在我正在从备份还原一些文件,但没有旧的 app_id 在 res / values / strings.xml中



如何获得 app_id 来自Play服务或.apk或keystore,因为我需要它用于 Google API集成

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


解决方案

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



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

中,


I created android application and hosted it on google play, but suddenly I deleted my project in Eclipse (from disk too) and now I am restoring some files from backup but I don't have old app_id in res/values/strings.xml

how can I get app_id from play services or .apk or keystore because I need it for Google API integration

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

解决方案

Sign in to the google developers console here: https://play.google.com/apps/publish

You should be able to find it under your app.

EDIT: It's in the Games Services tab

这篇关于如何从谷歌播放服务获取android app_id的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆