User certificate based authentication iOS

I need to do app authentication based on user certificate.

My users already have certificates installed on their mobile phones. Is it possible to send those digital signatures on http request? Or I need somehow to have those certificates in my app’s folder to do that?

Any thoughts?

Thanks