-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from adjust/v4130
Version 4.13.0
- Loading branch information
Showing
15 changed files
with
101 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
### Version 4.13.0 (22nd May 2018) | ||
#### Added | ||
- Added `gdprForgetMe` method to `Adjust2dx` interface to enable possibility for user to be forgotten in accordance with GDPR law. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.13.0] | ||
- [[email protected]][android_sdk_v4.13.0] | ||
- [Windows SDK 4.0.3][windows_sdk_v4.0.3] | ||
|
||
--- | ||
|
||
### Version 4.12.1 (12th March 2018) | ||
#### Native changes | ||
- Updated Android SDK to `v4.12.4`. | ||
|
@@ -19,9 +30,9 @@ | |
- https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4122-28th-february-2018 | ||
|
||
#### Added | ||
- Added `getAmazonAdId` method to `Adjust` interface. | ||
- Added `setReadMobileEquipmentIdentity` method to `AdjustConfig` interface. | ||
- Added `setAppSecret` method to `AdjustConfig` interface (**iOS and Android only**). | ||
- Added `getAmazonAdId` method to `Adjust2dx` interface. | ||
- Added `setReadMobileEquipmentIdentity` method to `AdjustConfig2dx` interface. | ||
- Added `setAppSecret` method to `AdjustConfig2dx` interface (**iOS and Android only**). | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.12.3] | ||
|
@@ -222,6 +233,7 @@ | |
[ios_sdk_v4.11.5]: https://github.com/adjust/ios_sdk/tree/v4.11.5 | ||
[ios_sdk_v4.12.1]: https://github.com/adjust/ios_sdk/tree/v4.12.1 | ||
[ios_sdk_v4.12.3]: https://github.com/adjust/ios_sdk/tree/v4.12.3 | ||
[ios_sdk_v4.13.0]: https://github.com/adjust/ios_sdk/tree/v4.13.0 | ||
|
||
[android_sdk_v4.0.8]: https://github.com/adjust/android_sdk/tree/v4.0.8 | ||
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 | ||
|
@@ -235,5 +247,6 @@ | |
[android_sdk_v4.12.0]: https://github.com/adjust/android_sdk/tree/v4.12.0 | ||
[android_sdk_v4.12.2]: https://github.com/adjust/android_sdk/tree/v4.12.2 | ||
[android_sdk_v4.12.4]: https://github.com/adjust/android_sdk/tree/v4.12.4 | ||
[android_sdk_v4.13.0]: https://github.com/adjust/android_sdk/tree/v4.13.0 | ||
|
||
[windows_sdk_v4.0.3]: https://github.com/adjust/windows_sdk/tree/v4.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.12.1 | ||
4.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ This is the Cocos2d-x SDK of Adjust™. You can read more about Adjust™ at [ad | |
* [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) | ||
|
@@ -734,6 +735,16 @@ bool AppDelegate::applicationDidFinishLaunching() { | |
|
||
If nothing is set here, 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: | ||
|
||
```cpp | ||
Adjust2dx::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 | ||
|
||
An account manager must activate the Adjust SDK signature. Contact Adjust support ([email protected]) if you are interested in using this feature. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Submodule sdk
updated
39 files
Submodule sdk
updated
40 files
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters