Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the bundle identifier of apple's default applications in iOS?

Tags:

I need to know the bundle identifiers for apple applications, such as mail, contacts, safari, photos, game center, settings, calendar, iPod, App store, camera, ... After searching for quite a while I found out they may be com.apple.{somethingelse}

like image 491
Jorge Aguirre Avatar asked Mar 28 '12 15:03

Jorge Aguirre


People also ask

What is bundle identifier in iOS?

Overview. The bundleIds resource represents the app's unique identifier that you can register, modify, and delete. You need a bundle ID before you can assign capabilities with the Bundle ID Capabilities resource or create a provisioning profile with the Profiles resource.

What are identifiers in Apple apps?

A bundle ID or bundle identifier uniquely identifies an application in Apple's ecosystem. This means that no two applications can have the same bundle identifier. To avoid conflicts, Apple encourages developers to use reverse domain name notation for choosing an application's bundle identifier.

What is iOS app package name?

Bundle ID is the term used for iOS apps. For Android apps it is called “Package name”.


2 Answers

These are from iPhone 4S iOS 5.0.1

Camera:       com.apple.camera
AppStore:     com.apple.AppStore
Contacts:     com.apple.MobileAddressBook
Mail:         com.apple.mobilemail
GameCenter:   com.apple.gamecenter
MobileSafari: com.apple.mobilesafari
Preferences:  com.apple.Preferences
iPod:         com.apple.mobileipod
Photos:       com.apple.mobileslideshow
Calendar:     com.apple.mobilecal
Clock:        com.apple.mobiletimer
like image 127
WrightsCS Avatar answered Sep 27 '22 18:09

WrightsCS


This is the verified list as of iOS 9.3:

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
Find Friends - com.apple.mobileme.fmf1
Find iPhone - com.apple.mobileme.fmip1
Game Center - com.apple.gamecenter
Health - com.apple.Health
iBooks - com.apple.iBooks
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
Podcasts - com.apple.podcasts
Reminders - com.apple.reminders
Safari - com.apple.mobilesafari
Settings - com.apple.Preferences
Stocks - com.apple.stocks
Tips - com.apple.tips
Videos - com.apple.videos
Voice Memos - com.apple.VoiceMemos
Wallet - com.apple.Passbook
Watch - com.apple.Bridge
Weather - com.apple.weather

The complete, up-to-date list is available here:

http://labs.wrprojects.com/apple-ios-9-3-native-app-bundle-identifiers/

like image 32
YWCA Hello Avatar answered Sep 27 '22 16:09

YWCA Hello