iOS 关于权限设置的问题
生活随笔
收集整理的這篇文章主要介紹了
iOS 关于权限设置的问题
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
在info.plist文件下添加 <key>NSContactsUsageDescription</key> ? <string>請(qǐng)求訪問通訊錄</string>? 相機(jī)相冊(cè)權(quán)限 <key>NSCameraUsageDescription</key> <string>需要打開您的相機(jī)</string> <key>NSPhotoLibraryUsageDescription</key> <string>需要打開您的相冊(cè)</string> <key>NSAppleMusicUsageDescription</key> <string>App需要您的同意,才能訪問媒體資料庫</string> <key>NSBluetoothPeripheralUsageDescription</key> <string>App需要您的同意,才能訪問藍(lán)牙</string> <key>NSCalendarsUsageDescription</key> <string>App需要您的同意,才能訪問日歷</string> <key>NSCameraUsageDescription</key> <string>App需要您的同意,才能訪問相機(jī)</string> <key>NSHealthShareUsageDescription</key> <string>App需要您的同意,才能訪問健康分享</string> <key>NSHealthUpdateUsageDescription</key> <string>App需要您的同意,才能訪問健康更新?</string> <key>NSLocationAlwaysUsageDescription</key> <string>App需要您的同意,才能始終訪問位置</string> <key>NSLocationUsageDescription</key> <string>App需要您的同意,才能訪問位置</string> <key>NSMicrophoneUsageDescription</key> <string>App需要您的同意,才能訪問麥克風(fēng)</string> <key>NSMotionUsageDescription</key> <string>App需要您的同意,才能訪問運(yùn)動(dòng)與健身</string> <key>NSPhotoLibraryUsageDescription</key> <string>App需要您的同意,才能訪問相冊(cè)</string> <key>NSRemindersUsageDescription</key> <string>App需要您的同意,才能訪問提醒事項(xiàng)</string>
轉(zhuǎn)載于:https://www.cnblogs.com/somethingWithiOS/p/8116337.html
《新程序員》:云原生和全面數(shù)字化實(shí)踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀總結(jié)
以上是生活随笔為你收集整理的iOS 关于权限设置的问题的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: git的指令
- 下一篇: java基础----Runtime类的使