US Privacy - adform/adform-ios-sdk GitHub Wiki

Setting US Privacy

By default Adform Advertising SDK will check CMP settings to get US Privacy value. More information about this can be found here:

It is also possible to set US Privacy value manually. You can do this using setUSPrivacy: method.

Example:

Swift

AdformSDK.setUSPrivacy("US_PRIVACY")
Objective-C
[AdformSDK setUSPrivacy:@"US_PRIVACY"];
⚠️ **GitHub.com Fallback** ⚠️