zoukankan      html  css  js  c++  java
  • iOS10访问用户权限的描述key值汇总

    https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html

    键值对汇总,免得漏掉

    <key>NSAppleMusicUsageDescription</key>

        <string>***需要您的同意,才能访问媒体资料库</string>

        <key>NSBluetoothPeripheralUsageDescription</key>

        <string>***需要您的同意,才能访问蓝牙</string>

        <key>NSCalendarsUsageDescription</key>

        <string>***需要您的同意,才能访问日历</string>

        <key>NSCameraUsageDescription</key>

        <string>***需要您的同意,才能访问相机</string>

        <key>NSContactsUsageDescription</key>

        <string>***需要您的同意,才能访问通讯录</string>

        <key>NSHealthShareUsageDescription</key>

        <string>***需要您的同意,才能访问健康分享</string>

        <key>NSHealthUpdateUsageDescription</key>

        <string>***需要您的同意,才能访问健康更新 </string>

        <key>NSHomeKitUsageDescription</key>

        <string>***需要您的同意,才能访问智能家居</string>

        <key>NSLocationAlwaysUsageDescription</key>

        <string>使用您的当前位置为您选择服务城市</string>

        <key>NSLocationUsageDescription</key>

        <string>***需要您的同意,才能访问位置</string>

        <key>NSLocationWhenInUseUsageDescription</key>

        <string>***需要您的同意,才能在使用期间访问位置</string>

        <key>NSMicrophoneUsageDescription</key>

        <string>***需要您的同意,才能访问麦克风</string>

        <key>NSMotionUsageDescription</key>

        <string>***需要您的同意,才能访问运动与健身</string>

        <key>NSPhotoLibraryUsageDescription</key>

        <string>***需要您的同意,才能访问相册</string>

        <key>NSRemindersUsageDescription</key>

        <string>***需要您的同意,才能访问提醒事项</string>

        <key>NSSiriUsageDescription</key>

        <string>***需要您的同意,才能访问Siri</string>

        <key>NSSpeechRecognitionUsageDescription</key>

        <string>***需要您的同意,才能访问语音识别</string>

  • 相关阅读:
    .NET逻辑分层架构总结
    ASP.NET MVC 4 的JS/CSS打包压缩功能-------过滤文件
    c#实现浏览器端大文件分块上传
    fckeditor如何能实现直接粘贴把图片上传到服务器中?
    web编辑器直接粘贴图片实现
    富文本编辑器直接粘贴图片实现
    百度ueditor编辑器直接粘贴图片实现
    百度编辑器直接粘贴图片实现
    fckeditor直接粘贴图片实现
    wangEditor直接粘贴图片实现
  • 原文地址:https://www.cnblogs.com/Jordandan/p/5908181.html
Copyright © 2011-2022 走看看