OS 10 裝置許可權問題(相機,相簿等),os許可權

來源:互聯網
上載者:User

OS 10 裝置許可權問題(相機,相簿等),os許可權

iOS 10 的裝置許可權 需要添加的欄位有:

 

  1. <!-- 相簿 -->   
  2. <key>NSPhotoLibraryUsageDescription</key>   
  3. <string>App需要您的同意,才能訪問相簿</string>   
  4. <!-- 相機 -->   
  5. <key>NSCameraUsageDescription</key>   
  6. <string>App需要您的同意,才能訪問相機</string>   
  7. <!-- 麥克風 -->   
  8. <key>NSMicrophoneUsageDescription</key>   
  9. <string>App需要您的同意,才能訪問麥克風</string>   
  10. <!-- 位置 -->   
  11. <key>NSLocationUsageDescription</key>   
  12. <string>App需要您的同意,才能訪問位置</string>   
  13. <!-- 在使用期間訪問位置 -->   
  14. <key>NSLocationWhenInUseUsageDescription</key>   
  15. <string>App需要您的同意,才能在使用期間訪問位置</string>   
  16. <!-- 始終訪問位置 -->   
  17. <key>NSLocationAlwaysUsageDescription</key>   
  18. <string>App需要您的同意,才能始終訪問位置</string>   
  19. <!-- 日曆 -->   
  20. <key>NSCalendarsUsageDescription</key>   
  21. <string>App需要您的同意,才能訪問日曆</string>   
  22. <!-- 提醒事項 -->   
  23. <key>NSRemindersUsageDescription</key>   
  24. <string>App需要您的同意,才能訪問提醒事項</string>   
  25. <!-- 運動與健身 -->   
  26. <key>NSMotionUsageDescription</key> <string>App需要您的同意,才能訪問運動與健身</string>   
  27. <!-- 健康更新 -->   
  28. <key>NSHealthUpdateUsageDescription</key>   
  29. <string>App需要您的同意,才能訪問健康更新 </string>   
  30. <!-- 健康分享 -->   
  31. <key>NSHealthShareUsageDescription</key>   
  32. <string>App需要您的同意,才能訪問健康分享</string>   
  33. <!-- 藍芽 -->   
  34. <key>NSBluetoothPeripheralUsageDescription</key>   
  35. <string>App需要您的同意,才能訪問藍芽</string>   
  36. <!-- 媒體資料庫 -->   
  37. <key>NSAppleMusicUsageDescription</key>   
  38. <string>App需要您的同意,才能訪問媒體資料庫</string> 

 

問題描述:

  1. This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.  
  2.   
  3. 意思是說:你需要在info.plist檔案 添加一個“NSContactsUsageDescription ”的Key,Value添加一個描述。  

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.