Hey folks, heads up, SSL pinning implementation cr...
# ktor
n
Hey folks, heads up, SSL pinning implementation crashes on iOS 11 because it uses SecCertificateCopyKey that’s only available starting iOS 12.
a
Please file an issue here with a sample project attached.
n
will file an issue, not sure about the sample project though. The function
SecCertificateCopyKey
explicitly requires iOS 12.
shouldn’t be hard to reproduce