I have my server certificates expired.
I want to bypass or turn off certs verification from my swift iOS app so i can test app features.
I need this just for testing, not for production of live app. so none concerned for security.
How can i achieve this in Swift iOS.
I am using Alamofire library for network requests.
How to achieve this.