LoginSignup
142

More than 5 years have passed since last update.

10年間の iOS 機能のまとめ with WWDC

Posted at

はじめに

iOS 10 周年を控え、最近は過去の WWDC をひたすら見直していました。これは過去の WWDC を参考にした 10 年間の iOS 機能のまとめです。

OS バージョンごとに「Keynote で初披露された主要機能」と「新規に追加されたフレームワーク」の 2 段構成になっています。「機能」についてはサードパーティ開発の対応状況を補足として、「フレームワーク」については関連する Session を網羅して加えました。

iOS 資料作成のため macOS や tvOS は除きましたが、視聴可能な 2010 年以降の 全て の Session を見直すという奇行はなかなかどうして時間を要するもので、毎晩がひとり WWDC でした。

iPhone OS 2

バージョン 公開日 修正版
2.0 2008 年 7 月 2.0.1 / 2.0.2
2.1 2008 年 9 月 2.1.1
2.2 2008 年 11 月 2.2.1

App Store

App Store
App Store / Apple Inc. (2008) 『iPhone - Features』

Display

StoreKit フレームワーク (SKStoreProductViewController) が対応。(iOS 6.0 以降)

Review

StoreKit フレームワーク (SKStoreReviewController) が対応。(iOS 10.3 以降)

Frameworks

AddressBook

連絡先情報へのアクセスを提供。

iOS 9.0 で非推奨、Contacts フレームワークに移行。

参考文献

AddressBookUI

連絡先情報を表示する UI を提供。

iOS 9.0 で非推奨、ContactsUI フレームワークに移行。

参考文献

AudioToolbox

オーディオの録音・再生などを提供。

参考文献

AudioUnit

複雑なオーディオ処理を提供。

参考文献

CFNetwork

抽象化されたネットワーク処理を提供。

参考文献

Core Audio

低レベルのオーディオインターフェースを提供。

参考文献

Core Foundation

基本的なソフトウェアサービスを提供。

参考文献

Core Graphics

Quartz 2D による描画を提供。

参考文献

Core Location

デバイスの位置情報を提供。

参考文献

Foundation

Core Foundation の Objective-C インターフェースを提供。

参考文献

IOKit

低レベルのデバイスインターフェースを提供。

参考文献

MediaPlayer

メディアライブラリへのアクセスやプレイヤーを提供。

参考文献

OpenAL

OpenAL のインターフェースを提供。

参考文献

OpenGL ES

OpenGL ES のインターフェースを提供。

参考文献

QuartzCore

Core Animation のインターフェースを提供。

参考文献

Security

セキュリティサービスを提供。

参考文献

SystemConfiguration

デバイスのネットワーク構成を提供。

参考文献

UIKit

基本的な UI を提供。

iOS 7.0 で UI 要素の外観を変更。

参考文献

AVFoundation

オーディオ・ビジュアルの記録・編集・再生などを提供。

iPhone OS 2.2 で追加。

参考文献

iPhone OS 3

バージョン 公開日 修正版
3.0 2009 年 6 月 3.0.1
3.1 2009 年 9 月 3.1.1 / 3.1.2 / 3.1.3
3.2 2010 年 4 月 3.2.1 / 3.2.2

Cut, Copy & Paste

Cut, Copy & Paste
Cut, Copy & Paste / Apple Inc. (2009) 『iPhone - Features』

Pasteboard

UIKit フレームワーク (UIPasteboard) が対応。(iOS 3.0 以降)

MMS

MMS
MMS / Apple Inc. (2009) 『iPhone - Features』

Composition Interface

MessageUI フレームワーク (MFMessageComposeViewController) が対応。(iOS 4.0 以降)

Spotlight

Spotlight
Spotlight / Apple Inc. (2009) 『iPhone - Features』

Index Activites

Foundation フレームワーク (NSUserActivity) が対応。(iOS 9.0 以降)

Index App Content

Core Spotlight フレームワーク (CSSearchableItem) が対応。(iOS 9.0 以降)

Tethering

Tethering
Tethering / Apple Inc. (2009) 『iPhone - Features』

国内主要キャリアは iPhone 5 で解禁。

Find My iPhone

Find My iPhone
Find My iPhone / Apple Inc. (2009) 『iPhone - Features』

iOS 4.2 以前は MobileMe ユーザ限定。

In-App Purchase

In-App Purchase
In-App Purchase / Apple Inc. (2012) 『In-App Purchase - Apple Developer』

Payment

StoreKit フレームワーク (SKPayment) が対応。(iOS 3.0 以降)

Product Types

  • Consumable (iOS 3.0 以降)
  • Non-Consumable (iOS 3.0 以降)
  • Non-Renewable Subscription (iOS 3.0 以降)
  • Auto-Renewable Subscription (2011 年 2 月以降)
  • Free Subscription (iOS 5.0 以降、2016 年秋で終了)

Content Hosting

StoreKit フレームワーク (SKDownload) が対応。(iOS 6.0 以降)

Apple Push Notification Service

Apple Push Notification Service
Apple Push Notification Service / Apple Inc. (2012) 『Using Local and Push Notifications - Apple Developer』

Remote Notification

UIKit フレームワーク (UIApplication) が対応。(iOS 3.0 以降)

iOS 10.0 で非推奨、UserNotifications フレームワークに移行。

Local Notification

UIKit フレームワーク (UILocalNotification) が対応。(iOS 4.0 以降)

iOS 10.0 で非推奨、UserNotifications フレームワーク (UNNotificationRequest) に移行。

Notification Action

UIKit フレームワーク (UIUserNotificationAction) が対応。(iOS 8.0 以降)

iOS 10.0 で非推奨、UserNotifications フレームワーク (UNNotificationAction) に移行。

iBooks

iBooks
iBooks / Apple Inc. (2010) 『iPad - Features』

iPad は iPhone OS 3.2、iPhone は iOS 4 で追加。

Frameworks

Core Data

モデル層のデータ管理を提供。

参考文献

ExternalAccessory

外部機器との通信を提供。

参考文献

GameKit

通信対戦や Game Center のインターフェースを提供。

参考文献

MapKit

地図表示を提供。

iOS 6.0 で地図データ元を Google から Apple に変更。

参考文献

MessageUI

メールと SMS/MMS のインターフェースを提供。

参考文献

MobileCoreServices

UTI 定義を提供。

参考文献

StoreKit

アプリ内課金を提供。

参考文献

Core Text

低レベルのテキストレイアウト操作を提供。

iPhone OS 3.2 で追加。

参考文献

iOS 4

バージョン 公開日 修正版
4.0 2010 年 6 月 4.0.1 / 4.0.2
4.1 2010 年 9 月
4.2.1 2010 年 11 月 4.2.5 / 4.2.6 / 4.2.7 / 4.2.8 / 4.2.9 / 4.2.10
4.3 2011 年 3 月 4.3.1 / 4.3.2 / 4.3.3 / 4.3.4 / 4.3.5

Multitasking

Multitasking
Multitasking / Apple Inc. (2010) 『iPhone - Features』

Background Service

Information Property (UIBackgroundModes) が対応。(iOS 4.0 以降)

Background Modes

  • audio (iOS 4.0 以降)
  • location (iOS 4.0 以降)
  • voip (iOS 4.0 以降)
  • newsstand-content (iOS 5.0 以降)
  • external-accessory (iOS 5.0 以降)
  • bluetooth-central (iOS 5.0 以降)
  • bluetooth-peripheral (iOS 6.0 以降)
  • fetch (iOS 7.0 以降)
  • remote-notification (iOS 7.0 以降)

Folders

Folders
Folders / Apple Inc. (2010) 『iPhone - Features』

iAd

iAd
iAd / Apple Inc. (2010) 『The iAd Network - Apple Developer』

iAd は 2016 年 6 月でサービス終了。

FaceTime

FaceTime
FaceTime / Apple Inc. (2010) 『iPhone - Features』

Game Center

Game Center
Game Center / Apple Inc. (2010) 『iPhone - Features』

iOS 4.1 で追加。iOS 10.0 で Game Center アプリは終了、サービスは継続。

Leaderboards

GameKit フレームワーク (GKLeaderboard) が対応。(iOS 4.1 以降)

Achievements

GameKit フレームワーク (GKAchievement) が対応。(iOS 4.1 以降)

RealTime Match

GameKit フレームワーク (GKMatch) が対応。(iOS 4.1 以降)

iOS 10.0 で非推奨、GKGameSession に移行。

TurnBased Match

GameKit フレームワーク (GKTurnBasedMatch) が対応。(iOS 5.0 以降)

iOS 10.0 で非推奨、GKGameSession に移行。

Challenges

GameKit フレームワーク (GKChallenge) が対応。(iOS 6.0 以降)

AirPlay

AirPlay
AirPlay / Apple Inc. (2010) 『iPhone - Features』

iOS 4.2.1 で追加。

Playback

MediaPlayer フレームワーク (MPMoviePlayerController) が対応。(iOS 4.3 以降)

AirPrint

AirPrint
AirPrint / Apple Inc. (2010) 『iPhone - Features』

iOS 4.2.1 で追加。

Printing

UIKit フレームワーク (UIPrintInteractionController) が対応。(iOS 4.2.1 以降)

Frameworks

Accelerate

数学的計算を提供。

参考文献

AssetsLibrary

メディアライブラリへのアクセスを提供。

iOS 9.0 で非推奨、Photos フレームワークに移行。

参考文献

Core Media

低レベルのオーディオ・ビジュアルインターフェースを提供。

参考文献

Core Motion

加速度やジャイロのデータを提供。

参考文献

Core Telephony

携帯電話情報を提供。

参考文献

Core Video

低レベルのビデオフレームインターフェースを提供。

参考文献

EventKit

カレンダーとリマインダーへのアクセスを提供。

参考文献

EventKitUI

カレンダーとリマインダーを表示する UI を提供。

参考文献

iAd

広告表示を提供。

参考文献

Image I/O

画像ファイルの読み書きを提供。

参考文献

QuickLook

ファイルのプレビューインターフェースを提供。

参考文献

Core MIDI

MIDI デバイスの通信を提供。

iOS 4.2 で追加。

参考文献

iOS 5

バージョン 公開日 修正版
5.0 2011 年 10 月 5.0.1
5.1 2012 年 3 月 5.1.1

iCloud

iCloud
iCloud / Apple Inc. (2011) 『iCloud』

Key-Value Storage

Foundation フレームワーク (NSUbiquitousKeyValueStore) が対応。(iOS 5.0 以降)

Document Storage

UIKit フレームワーク (UIDocument) が対応。(iOS 5.0 以降)

Core Data Storage

Core Data フレームワークが対応。(iOS 5.0 以降)

iOS 10.0 で非推奨。

Notification Center

Notification Center
Notification Center / Apple Inc. (2011) 『iOS 5 - Features』

Widget Management

NotificationCenter フレームワーク (NCWidgetController) が対応。(iOS 8.0 以降)

Notification Management

UserNotifications フレームワーク (UNUserNotificationCenter) が対応。(iOS 10.0 以降)

Newsstand

Newsstand
Newsstand / Apple Inc. (2011) 『iOS 5 - Features』

iOS 9.0 で Newsstand アプリは News アプリに移行。

Issue Management

NewsstandKit フレームワーク (NKLibrary) が対応。(iOS 5.0 以降)

Twitter

Twitter
Twitter / Apple Inc. (2011) 『iOS 5 - Features』

Composition Interface

Twitter フレームワーク (TWTweetComposeViewController) が対応。(iOS 5.0 以降)

iOS 6.0 で非推奨、Social フレームワーク (SLComposeViewController) に移行。

Reminders

Reminders
Reminders / Apple Inc. (2011) 『iOS 5 - Features』

List Management

EventKit フレームワーク (EKReminder) が対応。(iOS 6.0 以降)

PC Free

PC Free
PC Free / Apple Inc. (2011) 『iOS 5 - Features』

iMessage

iMessage
iMessage / Apple Inc. (2011) 『iOS 5 - Features』

Siri

Siri
Siri / Apple Inc. (2011) 『iPhone - Features』

SiriKit

Intents フレームワークが対応。(iOS 10.0 以降)

Intents Domains

  • VoIP Calling (iOS 10.0 以降)
  • Messages (iOS 10.0 以降)
  • Payments (iOS 10.0 以降)
  • Photos (iOS 10.0 以降)
  • Workouts (iOS 10.0 以降)
  • Ride Booking (iOS 10.0 以降)
  • Car Commands (iOS 10.0 以降)
  • CarPlay (iOS 10.0 以降)
  • Restaurant Reservation (iOS 10.0 以降)

Frameworks

Accounts

ユーザアカウントへのアクセスを提供。

参考文献

Core Bluetooth

Bluetooth LE の通信を提供。

参考文献

Core Image

画像フィルタや顔認識を提供。

参考文献

GLKit

OpenGL ES のユーティリティを提供。

GSS

標準的なセキュリティを提供。

参考文献

NewsstandKit

雑誌や新聞の購読管理を提供。

参考文献

Twitter

Twitter のインターフェースを提供。

iOS 6.0 で非推奨、Socical フレームワークに移行。

参考文献

iOS 6

バージョン 公開日 修正版
6.0 2012 年 9 月 6.0.1 / 6.0.2
6.1 2013 年 1 月 6.1.1 / 6.1.2 / 6.1.3 / 6.1.4 / 6.1.5 / 6.1.6

Maps

Maps
Maps / Apple Inc. (2012) 『iOS 6 - What's New』

Display

MapKit フレームワーク (MKMapView) が対応。(iOS 6.0 以降)

Search

MapKit フレームワーク (MKLocalSearch) が対応。(iOS 6.1 以降)

Directions

MapKit フレームワーク (MKDirections) が対応。(iOS 7.0 以降)

Facebook

Facebook
Facebook / Apple Inc. (2012) 『iOS 6 - What's New』

Composition Interface

Social フレームワーク (SLComposeViewController) が対応。(iOS 6.0 以降)

Passbook

Passbook
Passbook / Apple Inc. (2012) 『iOS 6 - What's New』

iOS 9.0 で Passbook アプリは Wallet アプリに移行。

Passes Management

PassKit フレームワーク (PKPassLibrary) が対応。(iOS 6.0 以降)

Guided Access

Guided Access
Guided Access / Apple Inc. (2012) 『iOS 6 - What's New』

Frameworks

AdSupport

広告識別子へのアクセスを提供。

参考文献

MediaToolbox

オーディオタップのインターフェースを提供。

PassKit

パスへのアクセスと Apple Pay を提供。

参考文献

Social

ソーシャルメディアのインターフェースを提供。

参考文献

VideoToolbox

低レベルのビデオコーデックインターフェースを提供。

参考文献

iOS 7

バージョン 公開日 修正版
7.0 2013 年 9 月 7.0.1 / 7.0.2 / 7.0.3 / 7.0.4 / 7.0.5 / 7.0.6
7.1 2014 年 3 月 7.1.1 / 7.1.2

Design

Design
Design / Apple Inc. (2013) 『iOS 7 - Design』

New Appearance

UIKit フレームワークが対応。(iOS 7.0 以降)

Control Center

Control Center
Control Center / Apple Inc. (2013) 『iOS 7 - What's New』

AirDrop

AirDrop
AirDrop / Apple Inc. (2013) 『iOS 7 - What's New』

Share

UIKit フレームワーク (UIActivityViewController) が対応。(iOS 7.0 以降)

iTunes Radio

iTunes Radio
iTunes Radio / Apple Inc. (2013) 『iTunes Radio』

日本は未対応。iOS 8.4 で Apple Music に統合後は利用可能。

Touch ID

Touch ID
Touch ID / Apple Inc. (2013) 『iPhone 5s - Features』

Authentication

LocalAuthentication フレームワーク (LAContext) が対応。(iOS 8.0 以降)

iBeacon

iBeacon
iBeacon / Apple Inc. (2014) 『iBeacon for Developers - Apple Developer』

Region Monitoring

Core Location フレームワーク (CLBeaconRegion) が対応。(iOS 7.0 以降)

CarPlay

CarPlay
CarPlay / Apple Inc. (2014) 『CarPlay』

iOS 7.1 で追加。開発は CarPlay Entitlement が必要。

Media Player

MediaPlayer フレームワーク (MPPlayableContentManager) が対応。(iOS 7.1 以降)

Frameworks

GameController

ゲームコントローラの通信を提供。

参考文献

JavaScriptCore

JavaScript の評価を提供。

参考文献

MediaAccessibility

メディアファイルのキャプション管理を提供。

参考文献

MultipeerConnectivity

近距離のピアツーピア通信を提供。

参考文献

SafariServices

Safari のインターフェースを提供。

参考文献

SpriteKit

2D ゲームの描画を提供。

参考文献

iOS 8

バージョン 公開日 修正版
8.0 2014 年 9 月 8.0.1 / 8.0.2
8.1 2014 年 10 月 8.1.1 / 8.1.2 / 8.1.3
8.2 2015 年 3 月
8.3 2015 年 4 月
8.4 2015 年 7 月 8.4.1

Handoff

Handoff
Handoff / Apple Inc. (2014) 『iOS 8 - What's New』

Continuity

Foundation フレームワーク (NSUserActivity) が対応。(iOS 8.0 以降)

QuickType

QuickType
QuickType / Apple Inc. (2014) 『iOS 8 - What's New』

Proactive Suggestions

UIKit フレーム (UITextContentType) が対応。(iOS 10.0 以降)

iCloud Drive

iCloud Drive
iCloud Drive / Apple Inc. (2014) 『iOS 8 - What's New』

Document Picker

UIKit フレームワーク (UIDocumentPickerViewController) が対応。(iOS 8.0 以降)

Health

Health
Health / Apple Inc. (2014) 『iOS 8 - What's New』

Data Access

HealthKit フレームワーク (HKHealthStore) が対応。(iOS 8.0 以降)

Family Sharing

Family Sharing
Family Sharing / Apple Inc. (2014) 『iOS 8 - What's New』

Ask to Buy

StoreKit フレームワーク (SKPaymentTransactionState) が対応。(iOS 8.0 以降)

App Extensions

App Extensions
App Extensions / Apple Inc. (2014) 『App Extensions - Apple Developer』

Share

Social フレームワーク (SLComposeServiceViewController) が対応。(iOS 8.0 以降)

Today

NotificationCenter フレームワーク (NCWidgetProviding) が対応。(iOS 8.0 以降)

Photo Editing

PhotosUI フレームワーク (PHContentEditingController) が対応。(iOS 8.0 以降)

Custom Keyboard

UIKit フレームワーク (UIInputViewController) が対応。(iOS 8.0 以降)

Action

Foundation フレームワーク (NSExtensionContext) が対応。(iOS 8.0 以降)

Document Provider

UIKit フレームワーク (UIDocumentPickerExtensionViewController) が対応。(iOS 8.0 以降)

Audio Unit

Core Audio Kit フレームワーク (AUViewController) が対応。(iOS 9.0 以降)

Content Blocker

SafariServices フレームワーク (SFContentBlockerManager) が対応。(iOS 9.0 以降)

HomeKit

HomeKit
HomeKit / Apple Inc. (2014) 『HomeKit - Apple Developer』

Communication

HomeKit フレームワークが対応。(iOS 8.0 以降)

CloudKit

CloudKit
CloudKit / Apple Inc. (2014) 『iCloud for Developers - Apple Developer』

Records Management

CloudKit フレームワークが対応。(iOS 8.0 以降)

Metal

Metal
Metal / Apple Inc. (2014) 『Metal for Developers - Apple Developer』

GPU Access

Metal フレームワークが対応。(iOS 8.0 以降)

Apple Pay

Apple Pay
Apple Pay / Apple Inc. (2014) 『iPhone 6 - Apple Pay』

iOS 8.1 で追加。日本は iOS 10.1 で対応。

Payment Sheet

PassKit フレームワーク (PKPaymentAuthorizationViewController) が対応。(iOS 8.1 以降)

Apple Watch

Apple Watch
Apple Watch / Apple Inc. (2015) 『Apple Watch』

iOS 8.2 で追加。

WatchKit Extension

WatchKit フレームワークが対応。(iOS 8.2 以降)

Communication

WatchConnectivity フレームワーク (WCSession) が対応。(iOS 9.0 以降)

Apple Music

Apple Music
Apple Music / Apple Inc. (2015) 『Apple Music』

iOS 8.4 で追加。

Playback

MediaPlayer フレームワーク (MPMusicPlayerController) が対応。(iOS 9.3 以降)

Frameworks

AVKit

高レベルのビデオインターフェースを提供。

参考文献

CloudKit

CloudKit のインターフェースを提供。

参考文献

Core Audio Kit

オーディオ連携の UI を提供。

参考文献

HealthKit

健康情報の共有を提供。

参考文献

HomeKit

自宅デバイスとの通信を提供。

参考文献

LocalAuthentication

Touch ID の認証を提供。

参考文献

Metal

GPU インターフェースを提供。

参考文献

NetworkExtension

VPN の設定を提供。

参考文献

NotificationCenter

通知センターウィジェットの管理を提供。

参考文献

Photos

写真ライブラリへのアクセスを提供。

参考文献

PhotosUI

Photo Editing 拡張機能や Live Photos の表示を提供。

参考文献

PushKit

VoIP プッシュ通知を提供。

参考文献

ResearchKit

被験情報の収集を提供。

参考文献

SceneKit

高レベルの 3D グラフィックスインターフェースを提供。

参考文献

WebKit

ブラウザ機能を提供。

参考文献

WatchKit

Watch アプリとの連携を提供。

iOS 8.2 で追加。

参考文献

iOS 9

バージョン 公開日 修正版
9.0 2015 年 9 月 9.0.1 / 9.0.2
9.1 2015 年 10 月
9.2 2015 年 12 月 9.2.1
9.3 2016 年 3 月 9.3.1 / 9.3.2 / 9.3.3 / 9.3.4 / 9.3.5

Wallet

Wallet
Wallet / Apple Inc. (2015) 『iOS 9 - What's New』

旧 Passbook アプリ。

News

News
News / Apple Inc. (2015) 『iOS 9 - What's New』

旧 Newsstand アプリ。日本は未対応。iOS 10.0 でウィジェットのみ利用可能。

Multitasking (iPad)

Multitasking
Multitasking / Apple Inc. (2015) 『iOS 9 - What's New』

Slide Over

Information Property (UIRequiresFullScreen) が対応。(iOS 9.0 以降)

Split View

Information Property (UIRequiresFullScreen) が対応。(iOS 9.0 以降)

Picture in Picture

AVKit フレームワーク (AVPictureInPictureController) が対応。(iOS 9.0 以降)

3D Touch

3D Touch
3D Touch / Apple Inc. (2015) 『iOS 9 - What's New』

Quick Actions

UIKit フレームワーク (UIApplicationShortcutItem) が対応。(iOS 9.0 以降)

Peek and Pop

UIKit フレームワーク (UIPreviewAction) が対応。(iOS 9.0 以降)

Pressure Sensitivity

UIKit フレームワーク (UITouch) が対応。(iOS 9.0 以降)

Live Photos

Live Photos
Live Photos / Apple Inc. (2015) 『iOS 9 - What's New』

Load

Photos フレームワーク (PHLivePhoto) が対応。(iOS 9.1 以降)

Edit

Photos フレームワーク (PHLivePhotoEditingContext) が対応。(iOS 10.0 以降)

Apple Pencil

Apple Pencil
Apple Pencil / Apple Inc. (2015) 『iPad Pro - Apple Pencil』

iOS 9.1 で追加。

Support

UIKit フレームワーク (UITouch) が対応。(iOS 9.1 以降)

Night Shift

Night Shift
Night Shift / Apple Inc. (2016) 『iOS Updates』

iOS 9.3 で追加。

Frameworks

CareKit

治療情報の管理を提供。

参考文献

Contacts

連絡先情報へのアクセスを提供。

参考文献

ContactsUI

連絡先情報を表示する UI を提供。

参考文献

Core Spotlight

Spotlight のインデックス管理を提供。

参考文献

GameplayKit

一般的なゲームロジックを提供。

参考文献

MetalKit

Metal のユーティリティを提供。

参考文献

MetalPerformanceShaders

Metal の最適化されたシェーダを提供。

参考文献

Model I/O

3D モデルデータの読み書きを提供。

参考文献

ReplayKit

録画やライブ配信を提供。

参考文献

WatchConnectivity

Watch アプリとの通信を提供。

参考文献

HealthKitUI

HealthKit データの UI を提供。

iOS 9.3 で追加。

参考文献

iOS 10

バージョン 公開日 修正版
10.0 2016 年 9 月 10.0.1 / 10.0.2 / 10.0.3
10.1 2016 年 10 月 10.1.1
10.2 2016 年 12 月 10.2.1
10.3 2017 年 3 月 10.3.1 / 10.3.2

Home

Home
Home / Apple Inc. (2016) 『iOS - Home』

iMessage Apps

iMessage Apps
iMessage Apps / Apple Inc. (2016) 『iMessage』

Messages Extensions

Messages フレームワーク (MSMessagesAppViewController) が対応。(iOS 10.0 以降)

Stickers

Stickers
Stickers / Apple Inc. (2016) 『Creating Stickers for iMessage』

Sticker Pack

Xcode Template (Sticker Pack Application) が対応。(iOS 10.0 以降)

TV

TV
TV / Apple Inc. (2016) 『tvOS』

旧 Videos アプリ。iOS 10.2 で追加。日本は未対応。

Frameworks

CallKit

システム UI の VoIP 通話を提供。

参考文献

Intents

Siri への要求を提供。

参考文献

IntentsUI

Siri の応答 UI を提供。

参考文献

Messages

Sticker と iMessage の拡張機能を提供。

参考文献

Speech

音声認識を提供。

参考文献

UserNotifications

ローカル・リモート通知を提供。

参考文献

UserNotificationsUI

ローカル・リモート通知の UI を提供。

参考文献

VideoSubscriberAccount

映像サービスの認証管理を提供。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
142