How to use client certificates in iOS Apps using WKWebView

I'm developing iOS Apps with XCode. I wanna authenticate using a client certificate, but I caught HTTP Error 403.7 and the connection failed. Using Safari, I'm available for authentication with a selection of client certificates, but iOS Apps don't allow client certificate selection.

The iOS Apps uses a WKWebView object, and I looked over the Developer Forum's article below.

"Client Certificate Authentication on WKWebView is not working.".

Does anyone know if the above matter has alraedy been resolved ? It'd be great if you have a solution and you could tell me how to deal with it.

I have the following development environment.

XCode 12.5.1, Cordova 10.0.0, Cordova Platform 6.2.0

Best regards,

How to use client certificates in iOS Apps using WKWebView
 
 
Q