I have a requirement wherein I have to import the certificate (SSL) stored in the device's keychain and use the same to perform SSL handshake with the server. I am basically distributing an enterprise App through Hockey SDK or Airwatch to the end users.
I'm exploring this https://developer.apple.com/documentation/security/certificate_key_and_trust_services/identities/importing_an_identity?language=objc
Also, third party tools like https://developers.arcgis.com/ios/10-2/swift/guide/using-secure-services.html
Need inputs on how to proceed ahead.