Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Apr 27, 2018
1 parent d6274ae commit bb6d027
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Summary

This is the iOS SDK of adjust™. You can read more about adjust™ at [adjust.com].
This is the iOS SDK of Adjust™. You can read more about Adjust™ at [adjust.com].

If your app is an app which uses web views you would like to use adjust tracking from Javascript code, please consult our [iOS web views SDK guide][ios-web-views-guide].

Expand Down Expand Up @@ -30,6 +30,7 @@ If your app is an app which uses web views you would like to use adjust tracking
* [Disable tracking](#disable-tracking)
* [Offline mode](#offline-mode)
* [Event buffering](#event-buffering)
* [GDPR right to be forgotten](#gdpr-forget-me)
* [SDK signature](#sdk-signature)
* [Background tracking](#background-tracking)
* [Device IDs](#device-ids)
Expand Down Expand Up @@ -512,6 +513,16 @@ If your app makes heavy use of event tracking, you might want to delay some HTTP
If nothing is set, event buffering is **disabled by default**.
### <a id="gdpr-forget-me"></a>GDPR right to be forgotten
In accordance with article 17 of the EU's General Data Protection Regulation (GDPR), you can notify Adjust when a user has exercised their right to be forgotten. Calling the following method will instruct the Adjust SDK to communicate the user's choice to be forgotten to the Adjust backend:
```objc
[Adjust gdprForgetMe];
```

Upon receiving this information, Adjust will erase the user's data and the Adjust SDK will stop tracking the user. No requests from this device will be sent to Adjust in the future.

### <a id="sdk-signature"></a> SDK signature

The Adjust SDK signature is enabled on a client-by-client basis. If you are interested in using this feature, please contact your account manager.
Expand Down

0 comments on commit bb6d027

Please sign in to comment.