發(fā)現(xiàn)自己確實(shí)不喜歡寫(xiě)東西,但是很多問(wèn)題不記錄的話,萬(wàn)一以后又碰到了怎么辦?何況分享是個(gè)好習(xí)慣,這幾年我也受益很多。好了話不多說(shuō)希望自己能多堅(jiān)持一段時(shí)間。
今天更新AppStore版本的時(shí)候突然發(fā)現(xiàn)上傳的版本活動(dòng)中顯示正在處理,但是過(guò)一會(huì)后在活動(dòng)和構(gòu)建版本中同時(shí)消失。。。。然后查看自己的郵件發(fā)現(xiàn)如下內(nèi)容
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data.
This app attempts 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.
好吧,這是iOS 10 增加了新的安全設(shè)定,主要是說(shuō)NSPhotoLibraryUsageDescription ,NSMicrophoneUsageDescription,以及NSCameraUsageDescription需要在inf.plist文件里面設(shè)置

tmp35e322dc.png
然后再打包上傳就OK了!
當(dāng)然也可能有其他的授權(quán)

tmp5f722cd8.png