mTLS- authentication from within the app

Hello,

first I apologize if this is not the right forum for my question, but I am not sure where to address it.


I am trying to use mTLS- authentication from within my app for communication with a server.

The idea is that the client certificate is installed on the device from outside of the app, e.g. by MDM or AppleConfigurator.

And the app needs to get and use that certificate to authenticate itself to the server on establishing https(TLS)- connection.

How can this be achieved?

Thanks

Ante