iOS13 - NSBluetoothAlwaysUsageDescription

今天下午打包构建公司项目时(更新),等了半小时新版本都出来。心想:嘿,苹果又又崩了?登录邮箱后发现,原来蓝牙权限的旧Key(NSBluetoothPeripheralUsageDescription)给废弃掉了,iOS13之后苹果强制要求使用新的Key(NSBluetoothAlwaysUsageDescription),但是传包时旧的Key也要保留,也就是说NSBluetoothPeripheralUsageDescription、NSBluetoothAlwaysUsageDescription这两个Key都得要,然后打包就没问题了。

iOS13 - NSBluetoothAlwaysUsageDescription_第1张图片
新加的Key

你可能感兴趣的:(iOS13 - NSBluetoothAlwaysUsageDescription)