I have a problem with SSL Pinning on iOS. I was using the following plugin:
https://github.com/silkimen/cordova-plugin-advanced-http
and
https://ionicframework.com/docs/native/http
This method is working fine for Android. However, with iOS, I am receiving the following error on Xcode:
Connection 1: default TLS Trust evaluation failed(-9813)
Connection 1: TLS Trust encountered error 3:-9813
Connection 1: encountered error(3:-9813)
I am not sure how to fix this problem. I've googled everywhere, and most of the solution is for Android, and not iOS specifically.
Any help is very much appreciated. Thank you.