gpt4 book ai didi

ios - IOS 增加相机使用说明

转载 作者:行者123 更新时间:2023-11-28 23:55:40 25 4
gpt4 key购买 nike

我试图为我的 devextreme cordova 移动项目添加相机使用说明,但在 ios 设备中测试它只会收到通用消息。

我尝试在我的 config.xml 中添加这段代码

<plugin name="cordova-plugin-camera" onload="true" />
<config-file platform="ios" parent="NSCameraUsageDescription" target="*-Info.plist" overwrite="true">
<string>We are using a camera to enable you to upload pictures of documents</string>
</config-file>

<config-file platform="ios" parent="NSPhotoLibraryUsageDescription" target="*-Info.plist" overwrite="true">
<string>We are using your pohoto library to enable you to download and save pictures of documents</string>
</config-file>

我试过这个链接上的建议 Build Custom Application Template

但是在 ios 中构建 native 包时出现错误。

Error build iOS package: Value cannot be null. Parameter name: buffer

谁能帮我解决这个问题?或者您对创建相机使用说明而不为 devexpress 创建自定义应用程序模板有什么建议吗?

最佳答案

将这行代码添加到您的 config.xml 中

<plugin name="cordova-plugin-media-capture" source="npm" spec="1.4.1" >
<variable name="CAMERA_USAGE_DESCRIPTION" value="We are using a camera to enable you to upload pictures of documents" />

<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="We are using your pohoto library to enable you to download and save pictures of documents" />
</plugin>

关于ios - IOS 增加相机使用说明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51287208/

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