InfoPlist.strings 1.0 KB

123456789
  1. NSCameraUsageDescription = "Camera access is required to scan documents and make photo and video.";
  2. NSFaceIDUsageDescription = "Face ID is required to authenticate using face recognition.";
  3. NSLocationAlwaysAndWhenInUseUsageDescription = "GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life."
  4. NSLocationAlwaysUsageDescription = "GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.";
  5. NSLocationWhenInUseUsageDescription = "GPS is used to detect new photos from camera roll on background, the use of GPS only when the App is in use is useless.";
  6. NSMicrophoneUsageDescription = "Microphone access is required to create voice notes.";
  7. NSPhotoLibraryAddUsageDescription = "Photo library access is required to upload your photos and videos to your cloud.";
  8. NSPhotoLibraryUsageDescription = "Photo library access is required to upload your photos and videos to your cloud.";