- NSCameraUsageDescription = "扫面文档生成图片和视频需要相机权限。";
- NSFaceIDUsageDescription = "使用面部识别进行验证需要Face ID。";
- NSLocationAlwaysUsageDescription = "GPS is used to detect new photos from camera roll. Continued use of GPS running in the background can dramatically decrease battery life.";
- NSPhotoLibraryUsageDescription = "上传您的相片和视频至您的云存储需要相册库权限。";
- NSPhotoLibraryAddUsageDescription = "上传您的相片和视频至您的云存储需要相册库权限。";
- NSMicrophoneUsageDescription = "创建语音笔记需要麦克风权限。";
- NSLocationWhenInUseUsageDescription = "GPS is used to detect new photos from camera roll on background. It is useless to use GPS only while using the app.";
|