“此版本缺少出口合规信息。”

Mar*_*tin 0 encryption build standards-compliance ios

我部署构建以iTunesConnect与测试之前,TestFlight

但是,在应用程序图标旁边有一条消息: "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
Run Code Online (Sandbox Code Playgroud)

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

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

  2. 第二个用于UIActivityViewController共享指向我的应用程序AppStore页面的链接。

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

因此,我该怎么回答:“我的应用是否使用加密”-是或否?

Sh_*_*han 5

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

<key>ITSAppUsesNonExemptEncryption</key>  
<false/>
Run Code Online (Sandbox Code Playgroud)

答案是否定的