how to get android app_id from google play services

僤鯓⒐⒋嵵緔 提交于 2019-11-27 07:39:19

问题


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" />

回答1:


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



来源:https://stackoverflow.com/questions/22363139/how-to-get-android-app-id-from-google-play-services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!