你好,歡迎來到IOS教程網

 Ios教程網 >> IOS編程開發 >> IOS開發綜合 >> IOS10 處理權限瓦解成績詳解

IOS10 處理權限瓦解成績詳解

編輯:IOS開發綜合

     明天 手機進級了 IOS10 Beta,然後用正在開辟的項目 裝了個ipa包,發明點擊有關 權限拜訪 直接Crash了,並在掌握台輸入了一些信息:

This app has crashed because it attempted to Access privacy-sensitive data without a usage description.  The app's Info.plist must contain an NSContactsUsageDescription key with a string value explaining to the user how the app uses this data.

意思是說:你須要在info.plist文件 添加一個“NSContactsUsageDescription ”的Key,Value添加一個描寫。 

1,在項目中找到info.plist文件,右擊有個 Open As,以Source Code 的情勢翻開

2,分離復制 以下 Value 和Key,Key 必定不克不及錯,Value 貌似可以隨意填寫

相機權限描寫:

    <key>NSCameraUsageDescription</key>
    <string>cameraDesciption</string>

通訊錄:

    <key>NSContactsUsageDescription</key>
    <string>contactsDesciption</string>

麥克風: 

   <key>NSMicrophoneUsageDescription</key>
    <string>microphoneDesciption</string>

相機:

    <key>NSPhotoLibraryUsageDescription</key>
    <string>photoLibraryDesciption</string> 

eg:其他權限描寫,debug 掌握台都邑有輸入的,自行添加就OK

3,在info.plist 文件上 復制上,然後 保留,以下圖:

Source Code 的情勢:

 

Property List 的展示情勢:

4,Clean以後,運轉就OK了

 經由過程此文願望能贊助到年夜家處理 IOS10 權限瓦解的成績,感謝年夜家對本站的支撐!

【IOS10 處理權限瓦解成績詳解】的相關資料介紹到這裡,希望對您有所幫助! 提示:不會對讀者因本文所帶來的任何損失負責。如果您支持就請把本站添加至收藏夾哦!

  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved