最全苹果plist对应的隐私协议列表,收藏一下吧
需要添加隐私说明列表:
Apple Music:
<key>NSAppleMusicUsageDescription</key>
<string>隐私-音乐使用说明</string>
Bluetooth:
<key>NSBluetoothPeripheralUsageDescription</key>
<string>隐私-蓝牙使用说明</string>
Calendar:
<key>NSCalendarsUsageDescription</key>
<string>隐私-日历使用说明</string>
Camera:
<key>NSCameraUsageDescription</key>
<string>隐私-相机使用说明</string>
Contacts:
<key>NSContactsUsageDescription</key>
<string>隐私-通讯录使用说明</string>
Health Share:
<key>NSHealthShareUsageDescription</key>
<string>隐私-健康共享使用说明</string>
Health Update:
<key>NSHealthUpdateUsageDescription</key>
<string>隐私-健康状况使用说明</string>
Home Kit:
<key>NSHomeKitUsageDescription</key>
<string>My description about why I need this capability</string>
Location:
<key>NSLocationUsageDescription</key>
<string>My description about why I need this capability</string>
Location (Always):
NSLocationAlwaysUsageDescription My description about why I need this capability
Location (When in use):
<key>NSLocationWhenInUseUsageDescription</key>
<string>My description about why I need this capability</string>
Microphone:
<key>NSMicrophoneUsageDescription</key>
<string>My description about why I need this capability</string>
Motion (Accelerometer):
<key>NSMotionUsageDescription</key>
<string>My description about why I need this capability</string>
Photo Library:
<key>NSPhotoLibraryUsageDescription</key>
<string>My description about why I need this capability</string>
Reminders:
<key>NSRemindersUsageDescription</key>
<string>My description about why I need this capability</string>
Siri:
<key>NSSiriUsageDescription</key>
<string>My description about why I need this capability</string>
Speech Recognition:
<key>NSSpeechRecognitionUsageDescription</key>
<string>My description about why I need this capability</string>