Security - adform/adform-ios-sdk GitHub Wiki

HTTPS

By default, AdformAdvertising SDK uses HTTPS protocol for network communications, but there is a possibility to disable it and use the insecure HTTP protocol. The example below shows you how to do it.

AdformSDK.setHTTPSEnabled(false)