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>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM