在 Xcode 中通过 UIWebView.loadRequest() 加载 https:// 网站在提交到 AppStore 时算作加密吗?

Does loading a https:// website via UIWebView.loadRequest() in Xcode count as encryption when submitting to AppStore?

以这种方式请求网页(仅 GET)是否会被视为使用非豁免加密?

没有

Typically, the use of encryption that’s built into the operating system—for example, when your app makes HTTPS connections using URLSession—is exempt from export documentation upload requirements, whereas the use of proprietary encryption is not.

Apple Documentation