diff --git a/README.md b/README.md index 241fd4c0f..f21cf38d3 100644 --- a/README.md +++ b/README.md @@ -614,13 +614,15 @@ Upon receiving this information, Adjust will erase the user's data and the Adjus ### Disable third-party sharing -In accordance with EU's General Data Protection Regulation (GDPR), you can notify Adjust when a user has exercised their right to disable sharing of their data to any third-party. Calling the following method will instruct the Adjust SDK to communicate the user's choice to disable third-party sharing to the Adjust backend: +You can now notify Adjust when a user has exercised their right to stop sharing their data with partners for marketing partners, but has allowed it to be shared for statistics purposes. + +Call the following method to instruct the Adjust SDK to communicate the user's choice to disable data sharing to the Adjust backend: ```objc [Adjust disableThirdPartySharing]; ``` -Upon receiving this information, Adjust will block the sharing of user's data to the partners and the Adjust SDK will continue to work as usual. +Upon receiving this information, Adjust will block the sharing of that specific user's data to partners and the Adjust SDK will continue to work as usual. ### SDK signature