Search code examples
swiftxcodeencryptionuiwebviewapp-store-connect

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


Would requesting a web page (GET only) in this way be considered using non-exempt encryption?


Solution

  • No.

    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