iOS10系統(tǒng)下調(diào)用系統(tǒng)相冊、相機功能,遇到閃退的情況,描述如下:
This app has crashed because it attempted 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.
修復方法:
在info.plist文件下添加
相機權(quán)限
NSCameraUsageDescription
cameraDesciption
相冊權(quán)限
NSPhotoLibraryUsageDescription
photoLibraryDesciption
文/海文_L(簡書作者)
原文鏈接:http://www.itdecent.cn/p/5085430b029f
著作權(quán)歸作者所有,轉(zhuǎn)載請聯(lián)系作者獲得授權(quán),并標注“簡書作者”。