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.

Swift

AdformSDK.setHTTPSEnabled(false)
Objective-C
[AdformSDK setHTTPSEnabled:false];
⚠️ **GitHub.com Fallback** ⚠️