-
Notifications
You must be signed in to change notification settings - Fork 71
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 #220 from adjust/v4291
Version 4.29.1
- Loading branch information
Showing
15 changed files
with
45 additions
and
12 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
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
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.
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.
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,17 @@ | ||
### Version 4.29.1 (13th May 2021) | ||
#### Added | ||
- [beta] Added data residency support for US region. You can choose this setting by calling `setUrlStrategy` method of `AdjustConfig` instance with `AdjustConfig.AdjustDataResidencyUS` parameter. | ||
|
||
#### Fixed | ||
- Removed 5 decimal places formatting for ad revenue value. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.29.2] | ||
- [[email protected]][android_sdk_v4.28.1] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.29.0 (27th April 2021) | ||
#### Added | ||
- Added `conversionValueUpdatedDelegate` callback to `AdjustConfig` which can be used to get information when Adjust SDK updates conversion value for the user. | ||
|
@@ -8,6 +22,11 @@ | |
#### Changed | ||
- Removed unused ad revenue constants. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.29.0] | ||
- [[email protected]][android_sdk_v4.28.0] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.28.0 (1th April 2021) | ||
|
@@ -892,6 +911,8 @@ | |
[ios_sdk_v4.26.2]: https://github.com/adjust/ios_sdk/tree/v4.26.2 | ||
[ios_sdk_v4.27.1]: https://github.com/adjust/ios_sdk/tree/v4.27.1 | ||
[ios_sdk_v4.28.0]: https://github.com/adjust/ios_sdk/tree/v4.28.0 | ||
[ios_sdk_v4.29.0]: https://github.com/adjust/ios_sdk/tree/v4.29.0 | ||
[ios_sdk_v4.29.2]: https://github.com/adjust/ios_sdk/tree/v4.29.2 | ||
|
||
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0 | ||
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 | ||
|
@@ -924,6 +945,8 @@ | |
[android_sdk_v4.25.0]: https://github.com/adjust/android_sdk/tree/v4.25.0 | ||
[android_sdk_v4.26.1]: https://github.com/adjust/android_sdk/tree/v4.26.1 | ||
[android_sdk_v4.27.0]: https://github.com/adjust/android_sdk/tree/v4.27.0 | ||
[android_sdk_v4.28.0]: https://github.com/adjust/android_sdk/tree/v4.28.0 | ||
[android_sdk_v4.28.1]: https://github.com/adjust/android_sdk/tree/v4.28.1 | ||
|
||
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0 | ||
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.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 |
---|---|---|
|
@@ -1171,11 +1171,12 @@ Upon receiving this information, Adjust changes sharing the specific user's data | |
|
||
### <a id="ad-data-residency"></a>[beta] Data residency | ||
|
||
In order to enable data residency feature, make sure to make a call to `setUrlStrategy:` method of the `ADJConfig` instance with one of the following constants: | ||
In order to enable data residency feature, make sure to make a call to `setUrlStrategy` method of the `AdjustConfig` instance with one of the following constants: | ||
|
||
```objc | ||
adjustConfig.setUrlStrategy(AdjustConfig.AdjustDataResidencyEU); // for EU data residency region | ||
adjustConfig.setUrlStrategy(AdjustConfig.AdjustDataResidencyTR); // for Turkey data residency region | ||
adjustConfig.setUrlStrategy(AdjustConfig.AdjustDataResidencyUS); // for US data residency region | ||
``` | ||
|
||
**Note:** This feature is currently in beta testing phase. If you are interested in getting access to it, please contact your dedicated account manager or write an email to [email protected]. Please, do not turn this setting on before making sure with the support team that this feature is enabled for your app because otherwise SDK traffic will get dropped. | ||
|
@@ -1210,7 +1211,7 @@ If needed, disable dSYM File. In the `Project Navigator`, select the `Unity-iPho | |
[android-deeplinking]: https://github.com/adjust/android_sdk#deep-linking | ||
[google_play_services]: http://developer.android.com/google/play-services/setup.html | ||
[android_sdk_download]: https://developer.android.com/sdk/index.html#Other | ||
[install-referrer-aar]: https://maven.google.com/com/android/installreferrer/installreferrer/1.0/installreferrer-1.0.aar | ||
[install-referrer-aar]: https://maven.google.com/com/android/installreferrer/installreferrer/2.2/installreferrer-2.2.aar | ||
[android-custom-receiver]: https://github.com/adjust/android_sdk/blob/master/doc/english/referrer.md | ||
|
||
[menu_android]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/menu_android.png | ||
|
@@ -1221,15 +1222,15 @@ If needed, disable dSYM File. In the `Project Navigator`, select the `Unity-iPho | |
|
||
## License | ||
|
||
### <a id="license"></a>License agreement | ||
### <a id="license"></a>License | ||
|
||
The file mod_pbxproj.py is licensed under the Apache License, Version 2.0 (the "License"). | ||
You may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
The Adjust SDK is licensed under the MIT License. | ||
|
||
Copyright (c) 2012-2020 Adjust GmbH, http://www.adjust.com | ||
Copyright (c) 2012-2021 Adjust GmbH, http://www.adjust.com | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
|
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.29.0 | ||
4.29.1 |
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
Submodule sdk
updated
28 files
Submodule sdk
updated
22 files
+2 −2 | Adjust.podspec | |
+1 −1 | Adjust/ADJLinkResolution.m | |
+9 −1 | Adjust/ADJPackageBuilder.m | |
+1 −1 | Adjust/ADJRequestHandler.m | |
+6 −0 | Adjust/ADJUrlStrategy.m | |
+11 −5 | Adjust/ADJUtil.m | |
+2 −1 | Adjust/Adjust.h | |
+1 −0 | Adjust/Adjust.m | |
+1 −0 | Adjust/include/ADJAdRevenue.h | |
+1 −0 | Adjust/include/ADJLinkResolution.h | |
+2 −1 | AdjustBridge/AdjustBridgeRegister.m | |
+1 −1 | AdjustTests/AdjustUnitTests/ADJPackageFields.m | |
+17 −1 | CHANGELOG.md | |
+30 −2 | README.md | |
+1 −1 | VERSION | |
+448 −279 | doc/chinese/README.md | |
+1 −1 | doc/english/migrate.md | |
+1 −1 | doc/english/web_views.md | |
+515 −429 | doc/japanese/README.md | |
+504 −343 | doc/korean/README.md | |
+1 −1 | doc/korean/web_views.md | |
+1 −1 | doc/migrate.md |