Skip to content
Vladas Drejeris edited this page Jun 4, 2021 · 2 revisions

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];
Clone this wiki locally