RN在IOS打包上传到商店报错处理

Missing

Info.plist key- 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.

Missing

Info.plist key- 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.

Once

these issues have been corrected, you can then redeliver the corrected

binary.

处理方式:

第一个Missing是缺少  NSPhotoLibraryUsageDescription  关键字配置

修改info.plist文件(描述还是要填一下)

RN在IOS打包上传到商店报错处理_第1张图片

第二个Missing是缺少  NSCameraUsageDescription  关键字配置

修改info.plist文件(描述还是要填一下)


参考他人帖子 权限崩溃处理

你可能感兴趣的:(RN在IOS打包上传到商店报错处理)