Skip to content
Vladas Drejeris edited this page Oct 1, 2025 · 3 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.

AdformSDK.setHTTPSEnabled(false)

Clone this wiki locally