iOS 10以后访问 系统相册 相机 等系统功能崩溃问题

网络

NSAppTransportSecurity  
      
        NSAllowsArbitraryLoads  
          
    

在 系统 info。plist 中添加
可以右击info.plist 文件 选择 Open As -> Source Code 然后把下面需要的功能 command+ C command +V 进去

相机拍摄文字本地化 
CFBundleAllowMixedLocalizations

NSPhotoLibraryUsageDescription
App需要您的同意,才能访问相册

NSPhotoLibraryAddUsageDescription
    App需要您的同意,才能写入相册

NSCameraUsageDescription
App需要您的同意,才能访问相机

NSMicrophoneUsageDescription
App需要您的同意,才能访问麦克风

NSLocationUsageDescription
App需要您的同意,才能访问位置

NSLocationWhenInUseUsageDescription
App需要您的同意,才能在使用期间访问位置

NSLocationAlwaysUsageDescription
App需要您的同意,才能始终访问位置

NSCalendarsUsageDescription
App需要您的同意,才能访问日历

NSRemindersUsageDescription
App需要您的同意,才能访问提醒事项

NSMotionUsageDescription
App需要您的同意,才能访问运动与健身

NSHealthUpdateUsageDescription
App需要您的同意,才能访问健康更新 

NSHealthShareUsageDescription
App需要您的同意,才能访问健康分享

NSBluetoothPeripheralUsageDescription
App需要您的同意,才能访问蓝牙 

NSAppleMusicUsageDescription 
App需要您的同意,才能访问媒体资料库

你可能感兴趣的:(iOS 10以后访问 系统相册 相机 等系统功能崩溃问题)