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:
Find the app online (search for the iTunes link). This example uses QDAMobile from Toyota (https://apps.apple.com/us/app/qdamobile/id1640292519)
Copy the number after the ID in the URL — here it’s 1640292519.
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.
It will download a txt file. Open that up and search the output for bundleID.
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 iscom.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
Feedback sent
We appreciate your effort and will try to fix the article