iOS10以上App请求用户授权系统设置权限
Posted liuw_flexi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS10以上App请求用户授权系统设置权限相关的知识,希望对你有一定的参考价值。
<key>NSAppleMusicUsageDescription</key> <string>使用媒体资源</string> <key>NSBluetoothPeripheralUsageDescription</key> <string>是否允许此App使用您的蓝牙?</string> <key>NSCalendarsUsageDescription</key> <string>是否允许此App使用您的日历?</string> <key>NSCameraUsageDescription</key> <string>是否允许此App使用你的相机?</string> <key>NSContactsUsageDescription</key> <string>是否允许此App访问你的通讯录?</string> <key>NSLocationWhenInUseUsageDescription</key> <string>请点击"允许"以允许访问。 XX会根据你的所在位置,给你推送优惠券。若不允许,你将无法收到此优惠券的推送。</string> <key>NSMicrophoneUsageDescription</key> <string>是否允许此App使用你的麦克风?</string> <key>NSPhotoLibraryUsageDescription</key> <string>是否允许此App访问你的媒体资源库?</string> <key>NSSpeechRecognitionUsageDescription</key> <string>是否允许此App使用语音识别?</string>
以上是关于iOS10以上App请求用户授权系统设置权限的主要内容,如果未能解决你的问题,请参考以下文章