Hi Guys,
For SSL pinning implementation, we are able to embed client-side certificates on our Android application by following the code template from Cloudflare & then validate the request through a custom WAF rule.
But the developers are struggling to implement the same on the iOS application.
is there any code example and recommendations to implement successfully on iOS?