iOS 10的应用权限key

// 蓝牙
Bluetooth Sharing – NSBluetoothPeripheralUsageDescription
// 日历
Calendar – NSCalendarsUsageDescription
// 电话
CallKit – NSVoIPUsageDescription
// 相机
Camera – NSCameraUsageDescription
// 通讯录
Contacts – NSContactsUsageDescription
// 健康
Health – NSHealthShareUsageDescription & NSHealthUpdateUsageDescription
// HomeKit 
HomeKit – NSHomeKitUsageDescription
// 定位
Location – NSLocationUsageDescription, NSLocationAlwaysUsageDescription, NSLocationWhenInUseUsageDescription
// 媒体资源 
Media Library – NSAppleMusicUsageDescription
// 麦克风
Microphone – NSMicrophoneUsageDescription
// 运动数据
Motion – NSMotionUsageDescription
// 照片
Photos – NSPhotoLibraryUsageDescription
// 提醒
Reminders – NSRemindersUsageDescription
// 语音识别
Speech Recognition – NSSpeechRecognitionUsageDescription
// Siri
SiriKit – NSSiriUsageDescription
// 电视
TV Provider – NSVideoSubscriberAccountUsageDescription

你可能感兴趣的:(iOS 10的应用权限key)