Is there a way to override the following function ...
# ktor
t
Is there a way to override the following function on iOS? https://developer.apple.com/documentation/foundation/nsurlsessiondelegate/1409308-urlsession?language=objc I need to trust a self signed certificate in my project. The delegate is created in
IosClientEngine
but I cannot find a way to modify this.