gpt4 book ai didi

ios - 使用 ReactNative 时需要 NSPhotoLibraryUsageDescription 权限(...我认为)

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:07:57 28 4
gpt4 key购买 nike

将 React-Native 构建的 .ipa 上传到 App Store 后,我从 Apple 收到此上传错误:

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.

现在,我们的应用程序不使用任何照片库功能,在全局搜索后,我能看到的唯一一个使用 NSPhotoLibraryUsageDescription 的库是 React 中的 CameraRoll 组件-本地。

我假设这个错误是由简单地包含 RN 触发的,即使实际上没有使用 CameraRoll。这个假设正确吗?

如果没有,有没有办法检查是否有任何第三方依赖项?

最佳答案

你需要添加,

<key>NSPhotoLibraryUsageDescription</key>
<string>your description here</string>

进入你的info.plist

关于ios - 使用 ReactNative 时需要 NSPhotoLibraryUsageDescription 权限(...我认为),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46218941/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com