被驳回的原因:

This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

大概意思就是得在plist里面必须加上NSPhotoLibraryUsageDescription和NSCameraUsageDescription的键值对才行 具体配置如下图:

ios驳回 NSCameraUsageDescription

需要加的一些字段列在下面:

  • NSContactsUsageDescription -> 通讯录

  • NSMicrophoneUsageDescription -> 麦克风

  • NSPhotoLibraryUsageDescription -> 相册

  • NSCameraUsageDescription -> 相机

  • NSLocationAlwaysUsageDescription -> 地理位置

  • NSLocationWhenInUseUsageDescription -> 地理位置

相关文章:

  • 2021-05-23
  • 2022-02-17
  • 2021-12-17
  • 2022-01-21
  • 2021-09-17
  • 2021-05-18
  • 2022-01-15
  • 2021-08-17
猜你喜欢
  • 2022-12-23
  • 2021-06-30
  • 2022-01-21
  • 2022-01-18
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案