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>

  • 相关阅读:
    微服务
    Ubunt16.04下安装PHP7+Nginx+MySQL
    Ubuntu Linux 14.04 LTS 上安装php7+mysql+nginx
    magento2 重置后台密码
    crontab命令
    解决linux buffer/cache 消耗内存过高引发的问题
    Linux配置自动发送邮件
    buff/cache 内容释放
    利用Linode面板Clone克隆搬家迁移不同VPS数据及利用IP Swap迁移IP地址
    css3动画(从上、左下、左、右进入页面)
  • 原文地址:https://www.cnblogs.com/Jordandan/p/5908181.html
Copyright © 2011-2022 走看看