info信息备份
Privacy - Camera Usage Description<string>App申请访问您的相机,用于进行拍摄,如禁止将无法拍照拍摄图片上传信息</string>
NSCameraUsageDescription ="During the KYC process, we will need access to your camera to capture your ID and verify your information through facial recognition";
Privacy - Photo Library Usage Description<string>App需要您的同意,才能访相机,用来拍摄照片更换自己的头像</string>
NSPhotoLibraryUsageDescription ="To simplify the KYC process, we need your permission to access your photo library to upload your ID card photo";
Privacy - Photo Library Additions Usage Description<string>App申请访问您的相册,用于进行馈照片的上传,如禁止将无法选择图片上传信息</string>
NSPhotoLibraryAddUsageDescription ="To simplify the KYC process, we need your permission to access your photo library to upload your ID card photo";
Privacy - Microphone Usage Description<string>App申请访问您的麦克风,用于进行语音识别转换/录制音频,如禁止将无法识别语音转换/录制音频</string>
NSMicrophoneUsageDescription ="To enable recording, this application requires your permission";
用在 iOS app 上,用于 iOS11 之前,应用在后台时需要获取位置权限说明,需要跟
NSLocationAlwaysUsageDescription ="To analyze your account activity and mitigate risks using location information, we need your permission to access your location";
用在 iOS app上,只能用于应用在前台时需要获取用户位置的权限说明
NSLocationWhenInUseUsageDescription ="To analyze your account activity and mitigate risks using location information, we need your permission to access your location";
请求访问通讯录
NSContactsUsageDescription ="To quickly select emergency contacts, we request access to your contacts when entering emergency contact information";
请求追踪用户
NSUserTrackingUsageDescription = "To evaluate the effectiveness of our advertisements, please allow us to access tracking information on your device";
语音权限
NSSpeechRecognitionUsageDescription ="The app requires your permission to use voice recognition";
用于应用在后台时需要获取用户位置的权限
NSLocationAlwaysandWhenInUseUsageDescription ="To analyze your account activity and mitigate risks using location information, we need your permission to access your location";
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律