You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When GDPR applies to the user and your app does not use a CMP compatible with TCF v2.2, use this API to provide the consent data directly to the SDK.
897
+
When GDPR applies to the user and your app does not use a CMP compatible with TCF v2.2/2.3, use this API to provide the consent data directly to the SDK.
Copy file name to clipboardExpand all lines: Docs/RN_CMP.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ hidden: false
9
9
## Send consent for DMA compliance
10
10
The SDK offers two alternative methods for gathering consent data:
11
11
12
-
Through a Consent Management Platform (CMP): If the app uses a CMP that complies with the Transparency and Consent Framework (TCF) v2.2 protocol, the SDK can automatically retrieve the consent details.
12
+
Through a Consent Management Platform (CMP): If the app uses a CMP that complies with the Transparency and Consent Framework (TCF) v2.2/2.3 protocol, the SDK can automatically retrieve the consent details.
13
13
14
14
OR
15
15
16
16
Through a dedicated SDK API: Developers can pass Google's required consent data directly to the SDK using a specific API designed for this purpose.
17
17
18
18
### Use CMP to collect consent data
19
-
A CMP compatible with TCF v2.2 collects DMA consent data and stores it in NSUserDefaults (iOS) and SharedPreferences (Android). To enable the SDK to access this data and include it with every event, follow these steps:
19
+
A CMP compatible with TCF v2.2/2.3 collects DMA consent data and stores it in NSUserDefaults (iOS) and SharedPreferences (Android). To enable the SDK to access this data and include it with every event, follow these steps:
20
20
21
21
1. Call `appsFlyer.enableTCFDataCollection(true)`
22
22
2. Initialize the SDK in [manual start mode](/Docs/RN_API.md#initsdk)
@@ -62,7 +62,7 @@ A CMP compatible with TCF v2.2 collects DMA consent data and stores it in NSUser
62
62
63
63
### Manually Collecting Consent Data
64
64
65
-
If your app does not use a TCF v2.2-compatible CMP, you must manually provide the consent data using the SDK API.
65
+
If your app does not use a TCF v2.2/2.3-compatible CMP, you must manually provide the consent data using the SDK API.
0 commit comments