最終更新:2024-05-14 (火) 12:36:33 (206d)
Core Bluetooth/状態の保存
Top / Core Bluetooth / 状態の保存
動作
- システムが接続リクエストをモニターし、アプリを再起動してデリゲート コールバックを処理
- CBCentralManagerDelegate
- centralManager:didConnectPeripheral?:
CBCentralManager
保存機能を使う場合、optionsに指定する
- CBCentralManager.init?(delegate:queue:options:)
- delegate : CBCentralManagerDelegate
- options : CBCentralManagerOptionRestoreIdentifierKey
復元
- UIApplicationDelegate
- UIApplicationDelegate.application(_:didFinishLaunchingWithOptions:)
- options: UIApplicationLaunchOptionsBluetoothCentralsKey?
- UIApplicationDelegate.application(_:didFinishLaunchingWithOptions:)
CBPeripheralManager
関連
- CBPeripheralManagerOptionRestoreIdentifierKey?
- UIApplication.LaunchOptionsKey
- Core Bluetooth Programming Guide
- Core Bluetoothプログラミングガイド