When Safari sees an inappropriate certificate, it offers the user the ability to revoke, accept it anyway, or show certificate information. I want to copy this behavior in my iOS application.
To be really clear, I'm not interested in the server side, just processing the certificate information on the client side.
I can get an invitation like this. I wrote code to handle the Cancel and Continue buttons, as Safari does, but I donβt know how to call up the Details screen. It seems too complicated to just encode my own similar screen.
Is this screen available in one of the Apple frameworks or will I stick to it from scratch?
source share