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";