在这里记录下载info.plist中配置访问权限,供以后查找
- 定位相关权限配置
Key Type value NSLocationAlwaysUsageDescription
string 允许此权限才能使用定位功能 NSLocationWhenInUseUsageDescription
string 允许此权限才能使用定位功能 NSLocationWhenInUseUsageDescription
string 允许此权限才能使用定位功能 - 相册相关权限配置
Key Type value NSPhotoLibraryAddUsageDescription
string 允许此权限才能使用添加照片功能 NSPhotoLibraryUsageDescription
string 允许此权限才能使用相册功能 - 相机相关权限配置
Key Type value NSCameraUsageDescription
string 允许此权限才能使相机功能 - 蓝牙权限配置
Key Type value NSBluetoothPeripheralUsageDescription
string 请求访问蓝牙 NSBluetoothAlwaysUsageDescription
string 请求访问蓝牙
注意:iOS13已经将NSBluetoothPeripheralUsageDescription废弃,所以在plist文件中应该加入NSBluetoothAlwaysUsageDescription,但你的app仍要支持iOS13之前的版本需要保留NSBluetoothPeripheralUsageDescription
- 通讯录权限配置
Key Type value NSContactsUsageDescription
string 允许此权限才能使用通讯录功能 - 麦克风权限配置
Key Type value NSMicrophoneUsageDescription
string 允许此权限才能使用麦克风功能 - 日历权限配置
Key Type value NSCalendarsUsageDescription
string 允许此权限才能使用日历功能 - 语音转文字权限配置
Key Type value NSSpeechRecognitionUsageDescription
string 允许语音转文字权限 - Siri使用权限配置
Key Type value NSSiriUsageDescription
string 允许Siri权限 - 访问媒体库权限配置
Key Type value NSAppleMusicUsageDescription
string 允许媒体库权限 - FaceId权限配置
Key Type value NSFaceIDUsageDescription
string 允许使用FaceId的权限 - 提醒使用权限配置
Key Type value NSRemindersUsageDescription
string 请求访问注意事项