Xcode – SSL failing with Allow Arbitrary Loads = false
As per my requirement i should not make Allow Arbitrary Loads = true. So i set to false. And i am allowing the trust certificate on my URLsession delegate. My url : https://sample-app.10.names.io code : public func urlSession(_ session: URLSession,…