# Consent

### Configure Consent

To inform the RTBSDK that the application is GDPR supported, use the following API:

```swift
RTBSDKManager.shared.isGDPRApplies = true
```

* `isGDPRApplies` default value is true.
* RTBSDK will read and comply to both TCF and CCPA consent strings automatically.
* In order to create and manage TCF or CCPA consent strings within your app you need to use a compliant Consent Management Platform (CMP).&#x20;
