【发布时间】: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
在我的应用中有两个按钮:
第一个使用
UIApplication.shared.openURL(<reviewURL>)重定向到我的应用程序的AppStore页面第二个使用
UIActivityViewController分享我的应用AppStore页面的链接。
我的应用也使用 AdMob,因此嵌入了 GoogleAds 框架。它发出 HTTPS 请求。
那么,我应该回答什么:“我的应用程序是否使用加密” - 是或否?
【问题讨论】:
标签: ios encryption build standards-compliance