How to programmatically display SSL certificate trust in iOS

I would like to show the SSL certificate sent by the server in the iOS application so that the user can accept / cancel the connection or change the trust settings.

OS X has the SFCertificateView class and the corresponding SFCertificatePanel and SFCertificateTrustPanel .

Do you know the corresponding class / function for iOS? Preferred is β€œlegal,” meaning: no private calls, as Apple is known to reject them for submission to the App Store.

Thank you so much!

+3
source share
1 answer

. iOS, . , .

+1

All Articles