How to find Bundle ID of any iOS Public Application

In this article, we will cover how you can quickly find an iOS app Bundle ID.

Bundle ID is an identifier for each app published on App Store and set when creating an app.

Every iOS application requires a bundle ID to work and it needs to be unique if the developer wants to publish it on App Store

Example: net.whatsapp.WhatsApp

You can not directly find the bundle ID of an App in the Apple App Store unlike Google playstore for Android where it provides applications package name in the app’s playstore link.

To find the bundle ID, you can follow these below steps   –

Step 1: Search for the App Name on Google Search using your Desktop browser like Chrome, Firefox etc and open apps iTunes/app store link.

You will see this kind of link - https://apps.apple.com/in/app/whatsapp-messenger/id310633997

Step 2: Now, copy the number after id in the URL, which is 310633997 in the example above.

Step 3: Open a new browser window, and go to this link and add the id number in place of the question marks and a country code depending on your location and refresh the page.

https://itunes.apple.com/lookup?id=??country=??

Example: https://itunes.apple.com/lookup?id=310633997&country=us

This will prompt you to download a text file.

Step 4: Save Text File. The default name of the file is 1.txt.

Open the file in a text editor, and then search for bundled. Here is an example:

“bundleId”: ”net.whatsapp.WhatsApp”


So, Here we have found the bundle ID for the WhatsApp which is net.whatsapp.WhatsApp

Comments

Popular posts from this blog

Basic Concepts of Networking

Understand the Telecom Basics

Understand the Basic Networking concepts