Request failed used ktor CIO in IOS #4676
|
i write some test code on my mac machine like this: when i running the code on Test it called some error: when i running network request code on IOS, the console output some message like this:(I use Kermit to print log) I am a beginner developer in ios, Please correct me for my mistakes, thks! :D |
Answered by
qianmo2233
Feb 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

On the native targets, the CIO engine doesn't support TLS, but the Darwin engine does. You can follow KTOR-7262 for updates on TLS support for the CIO engine.
may help