最終更新:2024-04-24 (水) 16:01:14 (168d)
NSBluetoothPeripheralUsageDescription
Top / NSBluetoothPeripheralUsageDescription
A message that tells the user why the app is requesting the ability to connect to Bluetooth peripherals.
Your app will crash if its Info.plist doesn’t include usage description keys for the types of data it needs to access.
後継
- To access Core Bluetooth APIs on apps linked on or after iOS 13, include the NSBluetoothAlwaysUsageDescription key.
- In iOS 12 and earlier, include NSBluetoothPeripheralUsageDescription to access Bluetooth peripheral data.