"This build is missing export compliance information."



在使用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请求。

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

您需要将其添加到 plist 中才能从 iTunes 中删除该警报

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

答案是否定的

最新更新