ITSAppUsesNonExemptEncryption Cordova 构建

编程入门 行业动态 更新时间:2024-10-28 08:16:34
本文介绍了ITSAppUsesNonExemptEncryption Cordova 构建的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

在下面的链接中确认一个类似的问题,有人知道如何将信息添加到 Cordova 的 config.xml 文件中吗?

Acknowledging a similar question in the link below does anyone know how to add the information to the config.xml file in Cordova?

ITSAppUsesNonExemptEncryption 在内部测试时出口合规性?

我需要在 plist 中有一个真正的值:

I need to have a true value in the plist:

ITSAppUsesNonExemptEncryptionITSEncryptionExportComplianceCode [ 键值 ]

ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode [ Key Value ]

有人知道添加此信息的正确语法吗?

Does anyone know the correct syntax to add this information?

推荐答案

我不得不稍微修改 Andrej 的答案,这对我有用:

I had to modify Andrej's answer a bit, this worked for me:

  <platform name="ios">
    ...
    <config-file target="*-Info.plist" parent="ITSAppUsesNonExemptEncryption" mode="add">
      <false/>
    </config-file>
    ...
  </platform>

这篇关于ITSAppUsesNonExemptEncryption Cordova 构建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-04-17 07:08:48,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/907771.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:ITSAppUsesNonExemptEncryption   Cordova

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!