转自:http://ask.dcloud.net.cn/article/931
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data.
需要在info.plist文件中添加隐私权限配置
key可从以下表中获取,value为弹框提示文字用户可随意添加,类型String
权限名称Key值
通讯录NSContactsUsageDescription
麦克风NSMicrophoneUsageDescription
相册NSPhotoLibraryUsageDescription
相机NSCameraUsageDescription
添加图片到相册NSPhotoLibraryAddUsageDescription
持续获取地理位置NSLocationAlwaysUsageDescription
使用时获取地理位置NSLocationWhenInUseUsageDescription
蓝牙NSBluetoothPeripheralUsageDescription
语音转文字NSSpeechRecognitionUsageDescription
日历NSCalendarsUsageDescription
苹果最新的审核规范要求申请隐私权限弹框必须要详细说明获取该权限的目的,配置时请详细说明应用中使用该权限的目的