Apple's Bundle IDs for native iPhone and iPad apps. The table below lists the names and corresponding bundle IDs for each native iPhone and iPad app. Note that bundle IDs are case-sensitive.
This list is automatically rebuilt once a month, but only if changes are detected on Apple’s Bundle IDs website.
55 apps - v1.0.1 built on Jun 15, 2025 at 21:50 | See also 👉 App Store Web Search
English | Deutsch | Español | Français | 日本語 | ä¸ć–‡
Install and update NPM:
npm install github:petarov/apple-bundle-ids
Or just use the compiled csv
and json
files from dist/
Because the list gets auto-rebuilt there's no need to add apps manually to it. If you find other issues, please open a pull request.
Requires Python 3.x
and working Internet connection.
Run the following to install dependencies, build all dist/
files and generate all README.md
translations:
./make
To run the script in production mode, which means bump the package.json
version on update and exit if no updates at Apple's website are found, run:
./make prod