Greetings!
I have built an app using ionic that communicates with a backend server via HTTPS. On Android, I use the Cordova plugin “Cordova-client-cert-authentication” and this works rather well.
Now, I’m trying to build the app for IOS and I need my HTTP Requests to be sent with the Certificate like on Android. For this I installed the Plugin “cordova-plugin-client-certificate” but I find that importing this package into my project does not work properly, also it’s old and it seems like this is not meant for Ionic v3.
Are there any alternatives? How do I sign my HTTP Requests with a .p12 certificate on IOS? Can anyone provide a working example?
Thanks!