iOS13 NSBluetoothAlwaysUsageDesc
2019-10-12 本文已影响0人
离离乱惑
NSBluetoothAlwaysUsageDescription
For deployment targets earlier than iOS 13, add both NSBluetoothAlwaysUsageDescription
and NSBluetoothPeripheralUsageDescription
to your app’s [Information Property List]file.
Devices running earlier versions of iOS rely on NSBluetoothPeripheraUsageDescription
,
while devices running later versions rely on NSBluetoothAlwaysUsageDescription
.