ITSAppUsesNonExemptEncryption Cordova 构建 [英] ITSAppUsesNonExemptEncryption Cordova Build

查看:28
本文介绍了ITSAppUsesNonExemptEncryption Cordova 构建的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在下面的链接中确认一个类似的问题,有人知道如何将信息添加到 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屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆