Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get android app_id from google play services

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" />
like image 259
fpopic Avatar asked Mar 12 '14 20:03

fpopic


People also ask

How do I get an app ID from the Play Store?

Android. We use the Application ID (package name) to identify your app inside our system. You can find this in the app's Play Store URL after 'id'. For example, in https://play.google.com/store/apps/details?id=com.company.appname the identifier would be com.

How do I find my Google Play license key?

Find your app's license keyOpen Play Console and select the app that you want to find the license key for. Go to the Monetization setup page (Monetize > Monetization setup). Your license key is under "Licensing."

What happens if I clear all data on Google Play Services?

Important: When you clear Google Play Services data or storage, it may delete some information saved to your device, including transit cards, COVID cards, and virtual payment cards saved to Google Pay.


1 Answers

For the redesigned google play console (2020), click the Play Games Services, then click setup and management, then click Configuration. You will see information about your app, one field which is Authorization, and there you will find the application ID.

Google play console side bar

like image 75
Patrick Meng Avatar answered Sep 21 '22 16:09

Patrick Meng