iPad - How to Find App BundleID

Created by Stefann Paddock, Modified on Wed, Jun 5, 2024 at 8:33 AM by Zakk Gage

Version: 1.0

Published Date: 4/13/2023


Document Overview/Purpose:


There’s no way to look up bundle IDs in the Apple iOS App Store directly. To find the identifier, you’ll need to look at a file inside your app. Here is how to find it without the help of Apple


Process and Procedures:

  1. Find the app online (search for the iTunes link). This example uses QDAMobile from Toyota (https://apps.apple.com/us/app/qdamobile/id1640292519)

  2. Copy the number after the ID in the URL — here it’s 1640292519.

  3. Copy this link https://itunes.apple.com/lookup?id=361309726, paste it into a URL bar. replacing the ID with the one you’re looking up.

  4. It will download a txt file. Open that up and search the output for bundleID.

  5. In this example, it looks like this (next to a bunch of other data): "bundleId":"com.toyota.naq.QDAMobileProd". So for Apple, the bundle ID is com.toyota.naq.QDAMobileProd.


Verification of Success:


Glossary and Acronyms (If Applicable):


IT - Information Technology

MSP - Managed Service Provider

LMGTFY - Let Me Google That For You


References and Resources (If Applicable):


List any external resources used in creating this document such as vendor articles, forum links, software tools, websites, etc.


Created By: Stefann Paddock

Published By: Zakkery Gage




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article