Search code examples
swiftxcodeapp-store-connect

Does UIApplication.shared.open(url) count as encryption?


I’m having trouble understanding the Export Compliance Information on App Store Connect In my app I use a simple piece of code to just open a webpage

if let url = URL(string: "https://test.com") {
     UIApplication.shared.open(url)
}

Do I need to mark that I use encryption because of this? If so do I qualify for exemptions?


Solution

  • No you don't need to mark that you uses encryption.