iOS info.plist permission configuration list



The specific copy can be explained according to the business specificity: refer to the following:

  • <key>NSAppleMusicUsageDescription</key>
  •  <string>APP requires your consent to obtain media library permissions</string>
  •  <key>NSBluetoothAlwaysUsageDescription</key>
  •  <string>APP requires your consent to always use Bluetooth</string>
  •  <key>NSBluetoothPeripheralUsageDescription</key>
  •  <string>APP requires your consent to use Bluetooth</string>
  •  <key>NSCalendarsUsageDescription</key>
  •  <string>The APP requires your consent to access the calendar for a better user experience</string>
  •  <key>NSCameraUsageDescription</key>
  •  <string>The APP requires your consent to use the camera in order to facilitate camera shooting, upload and publish photos</string>
  •  <key>NSContactsUsageDescription</key>
  •  <string>The APP requires your consent to access the address book (address book information is only used to find contacts and will be kept strictly confidential)</string>
  •  <key>NSFaceIDUsageDescription</key>
  •  <string>APP requires your consent to obtain face recognition permission</string>
  •  <key>NSHealthClinicalHealthRecordsShareUsageDescription</key>
  •  <string>APP requires your consent to obtain health record permissions</string>
  •  <key>NSHealthShareUsageDescription</key>
  •  <string>APP requires your consent to obtain health sharing permissions</string>
  •  <key>NSHealthUpdateUsageDescription</key>
  •  <string>APP requires your consent to obtain health update permission</string>
  •  <key>NSHomeKitUsageDescription</key>
  •  <string>APP requires your consent to obtain HomeKit permissions</string>
  •  <key>NSLocalNetworkUsageDescription</key>
  •  <string>The App will not connect to devices on your network and will only detect connectivity with your local gateway. Users can also modify the permission settings of this App in the Settings-Privacy-Local Network interface of the iOS device. </string>
  •  <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  •  <string>The App requires your consent to access location information in order to search for nearby xxx locations</string>
  •  <key>NSLocationAlwaysUsageDescription</key>
  •  <string>The App requires your consent to always access location information in order to search for nearby xxx locations</string>
  •  <key>NSLocationUsageDescription</key>
  •  <string>The APP requires your consent to access location information in order to search for nearby xxx locations</string>
  •  <key>NSLocationWhenInUseUsageDescription</key>
  •  <string>The APP requires your consent to obtain location information during use in order to search for nearby xxx locations</string>
  •  <key>NSMicrophoneUsageDescription</key>
  •  <string>APP requires your consent to use the microphone for video recording, voice recognition, and voice chat</string>
  •  <key>NSMotionUsageDescription</key>
  •  <string>APP requires your consent to obtain sports and fitness permissions</string>
  •  <key>NSPhotoLibraryAddUsageDescription</key>
  •  <string>The APP requires your consent to access the photo album in order to save pictures</string>
  •  <key>NSPhotoLibraryUsageDescription</key>
  •  <string>The APP requires your consent to access the photo album to facilitate picture selection, uploading, and publishing</string>
  •  <key>NSRemindersUsageDescription</key>
  •  <string>The APP requires your consent to access reminders for a better user experience</string>
  •  <key>NSSiriUsageDescription</key>
  •  <string>APP requires your consent to obtain Siri usage permission</string>
  •  <key>NSSpeechRecognitionUsageDescription</key>
  •  <string>The APP requires your consent to perform voice recognition in order to obtain a better user experience</string>
  •  <key>NSVideoSubscriberAccountUsageDescription</key>
  •  <string>APP requires your consent to obtain AppleTV usage permission</string>

Guess you like

Origin blog.csdn.net/gyjshow/article/details/134988874