美文网首页
RN在IOS打包上传到商店报错处理

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

作者: 复古先生 | 来源:发表于2017-08-09 15:56 被阅读0次

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文件(描述还是要填一下)

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

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

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

相关文章

网友评论

      本文标题:RN在IOS打包上传到商店报错处理

      本文链接:https://www.haomeiwen.com/subject/qwhqrxtx.html