【问题标题】:"This build is missing export compliance information."“此版本缺少出口合规信息。”
【发布时间】:2018-08-18 12:03:45
【问题描述】:

在使用 TestFlight 进行测试之前,我将构建部署到 iTunesConnect

但是在应用图标旁边有一条消息:"This build is missing export compliance information."

扩展信息:

If you are making use of ATS or making a call to HTTPS please note that you are required to submit a year-end self classification report to the US government

在我的应用中有两个按钮:

  1. 第一个使用UIApplication.shared.openURL(<reviewURL>)重定向到我的应用程序的AppStore页面

  2. 第二个使用UIActivityViewController分享我的应用AppStore页面的链接。

我的应用也使用 AdMob,因此嵌入了 GoogleAds 框架。它发出 HTTPS 请求。

那么,我应该回答什么:“我的应用程序是否使用加密” - 是或否?

【问题讨论】:

    标签: ios encryption build standards-compliance


    【解决方案1】:

    您需要将此添加到 plist 以从 iTunes 中删除该警报

    <key>ITSAppUsesNonExemptEncryption</key>  
    <false/>
    

    答案是否定的

    【讨论】:

    • 好的。谢谢! ;-)
    • 我的App使用HTTPS,是否需要添加ITSAppUsesNonExemptEncryption
    猜你喜欢
    • 2018-01-25
    • 2014-07-22
    • 2018-10-14
    • 1970-01-01
    • 1970-01-01
    • 2010-12-31
    • 2010-10-11
    • 2017-05-19
    • 2019-04-13
    相关资源
    最近更新 更多