WKWebView and SSL trouble in iOS

Hi everyone. I was trying to integrate Mercado Pago (a payment method popular in Argentina) who has some strict rules to his usage and when I use his API this return me that I don’t using SSL.
(All request to Mercado Pago’s API is through his own methods so I can’t use Ionic Native HTTP)

06

Some time ago I faced the same problem and I fixed this forcing IONIC to use UIWebView but this time I need to use WKWebView. I Really don’t what to do so I’m here asking for help.

Thank you

My Ionic info

Ionic:

   ionic (Ionic CLI)  : 4.12.0 (/usr/local/lib/node_modules/ionic)
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.2.3

Cordova:

   cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
   Cordova Platforms     : browser 5.0.4, ios 4.4.0
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.0.1, (and 19 other plugins)

System:

   ios-deploy : 1.9.4
   NodeJS     : v10.15.0 (/usr/local/bin/node)
   npm        : 6.9.0
   OS         : macOS Mojave
   Xcode      : Xcode 10.2.1 Build version 10E1001

Tengo el mismo problema.

Pudiste encontrar alguna solución?