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
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
+
### 6.17.3
2
+
* Update Android SDK to v6.17.3
3
+
* Update the Documentation for manually sending DMA Consent data to AppsFlyer. For more details, [see] (https://dev.appsflyer.com/hc/docs/android-send-consent-for-dma-compliance).
@@ -328,23 +328,27 @@ If your app does not use a CMP compatible with TCF v2.2, use the SDK API detaile
328
328
<li> In the <code>Activity</code> class, determine whether the GDPR applies or not to the user.<br>
329
329
- If GDPR applies to the user, perform the following:
330
330
<ol>
331
-
<li> Given that GDPR is applicable to the user, determine whether the consent data is already stored for this session.
331
+
<li> Given that GDPR applies to the user, determine whether the consent data is already stored for this session.
332
332
<ol>
333
333
<li> If there is no consent data stored, show the consent dialog to capture the user consent decision.
334
-
<li> If there is consent data stored continue to the next step.
334
+
<li> If there is consent data stored, continue to the next step.
335
335
</ol>
336
-
<li> To transfer the consent data to the SDK create an object called <code>AppsFlyerConsent</code> using the <code>forGDPRUser()</code> method with the following parameters:<br>
336
+
<li> To transfer the consent data to the SDK, create an object called AppsFlyerConsent with the following optional parameters:<br>
337
+
- <code>isUserSubjectToGDPR</code> - Indicates whether GDPR applies to the user.<br>
337
338
- <code>hasConsentForDataUsage</code> - Indicates whether the user has consented to use their data for advertising purposes.<br>
338
-
- <code>hasConsentForAdsPersonalization</code> - Indicates whether the user has consented to use their data for personalized advertising purposes.
339
+
- <code>hasConsentForAdsPersonalization</code> - Indicates whether the user has consented to use their data for personalized advertising purposes.<br>
340
+
- <code>hasConsentForAdStorage</code> - Indicates whether the user has consented to store or access information on a device.<br>
339
341
<li> Call <code>AppsFlyerLib.getInstance().setConsentData()</code> with the <code>AppsFlyerConsent</code> object.
0 commit comments