How to know Package Names of other apps?

Hi. I’d like to know if social media apps, such as Facebook, are installed.

How do I research what the package names are?

Below is the code that I’d use in some format or another.

1 Like

Search required app on Google Play, go to Share App, Copy sharing link. Below is the sharing link of Pubg,

https://play.google.com/store/apps/details?id=com.tencent.ig

And the package name is starting after id=
So in this case, package name is com.tencent.ig

3 Likes

Or you can search on Google.

Just Google…Is Life Supporter…

Google is great, but I want to learn how to go right to the source myself, without relying on Google.

Thanks @asimjib93

1 Like

The package name for Facebook is com.facebook.katana
The package name for Twitter is com.twitter.android

Let me know if you need any others

Thanks @ryanhapps!

I managed to learn that I should view the play store in a browser and search for the app that I need, and then take the URL value for ID. This would be the package name.

1 Like

No problem!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.