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 o...