Apple's Bundle IDs for native iPhone and iPad apps. The table below shows the name and bundle ID for each native iPhone and iPad app. Bundle IDs are case sensitive.
This list gets rebuild automatically once a month, but only if changes on Apple's Bundle IDs website are detected.
54 apps - v1.0.0 built on Feb 01, 2025 at 12:55 | 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