最全苹果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>

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。