代码之家  ›  专栏  ›  技术社区  ›  Martin

“此生成缺少导出符合性信息。”

  •  0
  • Martin  · 技术社区  · 6 年前

    我部署了一个构建 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. 第一个重定向到我的应用程序的AppStore页面,使用 UIApplication.shared.openURL(<reviewURL>)

    2. UIActivityViewController 共享指向我的应用程序应用商店页面的链接。

    那么,我该怎么回答:“我的应用程序使用加密吗”-是还是不是?

    1 回复  |  直到 6 年前
        1
  •  7
  •   Shehata Gamal    6 年前

    要从itunes中删除此警报,需要将其添加到plist中

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