iOS 11 - List of default apps and bundle ID’s

iOS 11 has added “Files” app

App Name	| Bundle ID
---------------------------------
App Store	| com.apple.AppStore
Calculator	| com.apple.calculator
Calendar	| com.apple.mobilecal
Camera		| com.apple.camera
Clock		| com.apple.mobiletimer
Compass		| com.apple.compass
Contacts	| com.apple.MobileAddressBook
FaceTime	| com.apple.facetime
Files 	    | com.apple.DocumentsApp
Find Friends| com.apple.mobileme.fmf1
Find iPhone	| com.apple.mobileme.fmip1
Health		| com.apple.health
Home		| com.apple.Home
iBooks		| com.apple.iBooks
iCloud Drive| com.apple.iclouddriveapp
iTunes Store| com.apple.MobileStore
Mail		| com.apple.mobilemail
Maps		| com.apple.Maps
Messages	| com.apple.mobilesms
Music		| com.apple.Music
News		| com.apple.news
Notes		| com.apple.mobilenotes
Phone		| com.apple.mobilephone
Photos		| com.apple.mobileslideshow
Photo Booth | com.apple.Photo-Booth
Podcasts	| com.apple.podcasts
Reminders	| com.apple.reminders
Safari		| com.apple.mobilesafari
Settings	| com.apple.Preferences
Stocks		| com.apple.stocks
Tips		| com.apple.tips
TV			| com.apple.tv
Videos		| com.apple.videos
Voice Memos	| com.apple.voicememos
Wallet		| com.apple.passbook
Watch		| com.apple.bridge
Weather		| com.apple.weather

Other apps and bundle ID’s are same as iOS 10 and are available here:

List of all Apple apps is available here:

Edit: added entire list of apps and added Photo Booth which was missing previously

2 Likes

Thanks!
Helpful topic :wink:

Do you think you could obtain a list of bundle IDs for the default apps on an Apple TV? It seems as though whitelisting (and possibly blacklisting) now works on tvOS 11, but when I use the same iOS bundle IDs of the default apps for a whitelist on an Apple TV, they are not recognized and all the default apps remain hidden. Thank you.

I just added every single iOS default app bundle ID to a whitelist array, and the only default app that remains displayed on an Apple TV is Podcasts and Settings.

I’ve built this list using Apple Configurator

In Apple Configurator if you create a new profile and go into → Restrictions → Apps

Set “Restrict App Usage” to “Do not allow some apps” and hit +

Now you can search for apps and get the bundle ID

For anyone else that might be interested, here are the bundle IDs for the Apple TV default apps (now that whitelisting and blacklisting apps works on tvOS 11):

TV - com.apple.TVWatchList
App Store - com.apple.TVAppStore
Movies - com.apple.TVMovies
TV Shows - com.apple.TVShows
Music - com.apple.TVMusic
Photos - com.apple.TVPhotos
Podcasts - com.apple.podcasts
Search - com.apple.TVSearch
Computers - com.apple.TVHomeSharing
Settings - com.apple.TVSettings

2 Likes

Hello,
the Files app has some other IDs if you wish to setup a “whitelist” for the Open-In and allow the Files App:

com.apple.FileProvider.LocalStorage
com.apple.CloudDocsUI.AddToiCloudDrive

This works for example with MobileIron + Application Container Policy (Open-In Whitelist).
The other Bundle ID com.apple.DocumentsApp does not work alone, you the full list to enable “open In in Files”:

com.apple.iclouddriveapp;com.apple.FileProvider.LocalStorage;com.apple.DocumentsApp;com.apple.CloudDocsUI.AddToiCloudDrive

Best regards,
Alex & the Nomasis team

There have been a few new apps added in iOS 12, list available here: iOS 12 - List of default apps and bundle ID’s

iOS 13 list here: iOS 13 - List of default apps and bundle ID’s

iOS 14 list - iOS 14 (beta 2) - List of default apps and bundle ID’s

iOS 15 list - iOS 15 - List of default apps and bundle ID’s