12

How to find Google Play App Id (Numbers) by just knowing the package name or having a link to the app download page ?

example:

package name: com.android.chrome

What is the app ID and How to find it ?

This is the app id i want to get

enter image description here

Thanks

Ravi
  • 34,851
  • 21
  • 122
  • 183
Yaro Glogowski
  • 121
  • 1
  • 1
  • 3
  • Do you mean app url? – Kunu Nov 27 '15 at 10:42
  • no, not the app url. By having app url, I know the package name. Now, by knowing a package name, I need to know app ID (It should be a string or numbers) – Yaro Glogowski Nov 27 '15 at 10:47
  • Not getting your point. What is the use of that app ID? where will you find it? – Ravi Nov 27 '15 at 10:48
  • Take a look here: https://developers.google.com/games/services/images/consoleLocationOfApplicationId.png By knowing app IDs, I can target those specific apps for advertising. – Yaro Glogowski Nov 27 '15 at 10:52
  • http://stackoverflow.com/questions/22363139/how-to-get-android-app-id-from-google-play-services – Jai Nov 27 '15 at 11:14

4 Answers4

6

in the url, get the last word after "/". it is the application ID

Rida Hamza
  • 71
  • 1
  • 2
2

How to find Google Play App Id (Numbers) by just knowing the package name or having a link to the app download page ?

You cannot. There's no reverse lookup feature offered by google, so if you have 40324351926 you cannot tell if this is valid id or just bunch of digits, nor you are able to tell if this is related to any android app and which one exactly.

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
0

No need to worry, actually your package name is your Google Play Store App ID. PackageGoogle Play Console APP ID & PACKAGE NAME == com.abc.xyz

  1. go to enter link description here

  2. here on the dashboard, you will see your package name under your app.

UTTAM
  • 319
  • 3
  • 4
0

wouldn't it be signing into your Google Play Developers account, clicking settings > developer account > account settings and copying the Developer account ID #? It's a bunch of numbers for me. I'm trying to figure this out, too. A developer group I'm joining is asking for the app package ID for resources & offerings

This link shows what I'm referring to

  • Hello... Inspect // Watch ... Your answer is poorly elaborated. It is useful to insert an effective response, with codes and references. Concluding a practical and efficient solution. This platform is not just any forum. We are the largest help and support center for other programmers and developers in the world. Review the terms of the community and learn how to post; – Paulo Boaventura Mar 24 '21 at 19:37