For the communication with a server API in my iOS app I have to include a client certificate (crt + key file) with every http request. So no ssl pinning, just include a certificate. My customer tells me to send the certificate with the session but don't know how to do this.
How can I do this in Swift ? Any advice / code snippet / example etc appreciated.
Thanks for your help Frank