Skip to content

Latest commit

 

History

History
60 lines (54 loc) · 2.12 KB

项目权限配置一览表.md

File metadata and controls

60 lines (54 loc) · 2.12 KB

项目初始化配置一览表

1、Info.plist中配置HTTPS设置(在网络交互未完成HTTPS配置之前)

NSAppTransportSecurity NSAllowsArbitraryLoads

2、访问权限

NSPhotoLibraryUsageDescription 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需要您的同意,才能访问媒体资料库

UIBackgroundModes

location ...