Skip to content

Commit e54201f

Browse files
authored
Merge pull request #139 from adjust/v4293
Version 4.29.3
2 parents 3e12335 + 13ccd24 commit e54201f

27 files changed

+809
-1574
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### Version 4.29.3 (11th August 2021)
2+
#### Added
3+
- Added support to OAID plugin for MSA SDK v1.0.26.
4+
5+
#### Fixed
6+
- Fixed wrong `trackAdRevenue` TypeScript method declaration (https://github.com/adjust/react_native_sdk/issues/134#issuecomment-892761735).
7+
8+
#### Native SDKs
9+
- [[email protected]][ios_sdk_v4.29.4]
10+
- [[email protected]][android_sdk_v4.28.4]
11+
12+
---
13+
114
### Version 4.29.2 (26th July 2021)
215
#### Fixed
316
- Removed accidentally added `create-react-native-app` plugin dependency (thanks to @kelleyvanevert).
@@ -447,6 +460,7 @@
447460
[ios_sdk_v4.26.1]: https://github.com/adjust/ios_sdk/tree/v4.26.1
448461
[ios_sdk_v4.28.0]: https://github.com/adjust/ios_sdk/tree/v4.28.0
449462
[ios_sdk_v4.29.3]: https://github.com/adjust/ios_sdk/tree/v4.29.3
463+
[ios_sdk_v4.29.4]: https://github.com/adjust/ios_sdk/tree/v4.29.4
450464

451465
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
452466
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
@@ -473,3 +487,4 @@
473487
[android_sdk_v4.27.0]: https://github.com/adjust/android_sdk/tree/v4.27.0
474488
[android_sdk_v4.28.2]: https://github.com/adjust/android_sdk/tree/v4.28.2
475489
[android_sdk_v4.28.3]: https://github.com/adjust/android_sdk/tree/v4.28.3
490+
[android_sdk_v4.28.4]: https://github.com/adjust/android_sdk/tree/v4.28.4

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This is the React Native SDK of Adjust™. You can read more about Adjust™ at
6262
* [Standard deep linking](#deeplinking-standard)
6363
* [Deferred deep linking](#deeplinking-deferred)
6464
* [Reattribution via deep links](#deeplinking-reattribution)
65-
* [[beta] Data residency](#data-residency)
65+
* [Data residency](#data-residency)
6666
* [License](#license)
6767

6868
## <a id="example-app"></a>Example app
@@ -1104,7 +1104,7 @@ handleDeepLink(event) {
11041104
}
11051105
```
11061106

1107-
### <a id="data-residency"></a>[beta] Data residency
1107+
### <a id="data-residency"></a>Data residency
11081108

11091109
In order to enable data residency feature, make sure to call `setUrlStrategy` method of the `AdjustConfig` instance with one of the following constants:
11101110

@@ -1114,8 +1114,6 @@ adjustConfig.setUrlStrategy(AdjustConfig.DataResidencyTR); // for Turkey data re
11141114
adjustConfig.setUrlStrategy(AdjustConfig.DataResidencyUS); // for US data residency region
11151115
```
11161116

1117-
**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 support@adjust.com. 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.
1118-
11191117
[dashboard]: http://adjust.com
11201118
[adjust.com]: http://adjust.com
11211119

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.29.2
1+
4.29.3

android/libs/adjust-android.jar

1.2 KB
Binary file not shown.

example/ios/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Adjust (4.29.3):
3-
- Adjust/Core (= 4.29.3)
4-
- Adjust/Core (4.29.3)
2+
- Adjust (4.29.4):
3+
- Adjust/Core (= 4.29.4)
4+
- Adjust/Core (4.29.4)
55
- boost-for-react-native (1.63.0)
66
- DoubleConversion (1.1.6)
77
- EXApplication (3.2.0):
@@ -37,7 +37,7 @@ PODS:
3737
- UMCore
3838
- EXStructuredHeaders (1.1.1):
3939
- UMCore
40-
- EXUpdates (0.8.2):
40+
- EXUpdates (0.8.4):
4141
- EXStructuredHeaders
4242
- EXUpdatesInterface
4343
- React-Core
@@ -245,8 +245,8 @@ PODS:
245245
- React-jsi (= 0.64.2)
246246
- React-perflogger (= 0.64.2)
247247
- React-jsinspector (0.64.2)
248-
- react-native-adjust (4.29.2):
249-
- Adjust (= 4.29.3)
248+
- react-native-adjust (4.29.3):
249+
- Adjust (= 4.29.4)
250250
- React
251251
- React-perflogger (0.64.2)
252252
- React-RCTActionSheet (0.64.2):
@@ -348,7 +348,7 @@ PODS:
348348
- React-RCTImage
349349
- UMAppLoader (2.2.0)
350350
- UMCore (7.1.1)
351-
- UMReactNativeAdapter (6.3.4):
351+
- UMReactNativeAdapter (6.3.5):
352352
- ExpoModulesCore
353353
- React-Core
354354
- UMCore
@@ -512,7 +512,7 @@ EXTERNAL SOURCES:
512512
:path: "../node_modules/react-native/ReactCommon/yoga"
513513

514514
SPEC CHECKSUMS:
515-
Adjust: ad533ac69e620bda48fa26a26fea2343aba39449
515+
Adjust: 91943278041fbadf3049b5118803c1355b0b31d4
516516
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
517517
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
518518
EXApplication: 9ff2a206009d6e55bca6c20b3f33d07986b51ef3
@@ -525,7 +525,7 @@ SPEC CHECKSUMS:
525525
ExpoModulesCore: 2734852616127a6c1fc23012197890a6f3763dc7
526526
EXSplashScreen: 6208ca88470ff5979fd49a08ef3feb01143a2b79
527527
EXStructuredHeaders: e52b880264d15b8ad07d36670226c29476af6334
528-
EXUpdates: dcc9d0432e1ad0a3f51b8721375401b4708bf7a1
528+
EXUpdates: af3ecad91644a171deaa310326e73b4e70f6963c
529529
EXUpdatesInterface: b68e78b912a03fff7901a5f46ec200c45e3506a5
530530
FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
531531
FBReactNativeSpec: e9145f2b5957f2afe798616cdc139b69bf7249cc
@@ -541,7 +541,7 @@ SPEC CHECKSUMS:
541541
React-jsi: 67747b9722f6dab2ffe15b011bcf6b3f2c3f1427
542542
React-jsiexecutor: 80c46bd381fd06e418e0d4f53672dc1d1945c4c3
543543
React-jsinspector: cc614ec18a9ca96fd275100c16d74d62ee11f0ae
544-
react-native-adjust: 97c4e820fd443eee7383842978623f612be0e4d3
544+
react-native-adjust: 2a4892a66059a717ee0e7f2799504bd540678a31
545545
React-perflogger: 25373e382fed75ce768a443822f07098a15ab737
546546
React-RCTActionSheet: af7796ba49ffe4ca92e7277a5d992d37203f7da5
547547
React-RCTAnimation: 6a2e76ab50c6f25b428d81b76a5a45351c4d77aa
@@ -559,10 +559,10 @@ SPEC CHECKSUMS:
559559
RNScreens: 21b73c94c9117e1110a79ee0ee80c93ccefed8ce
560560
UMAppLoader: 21af63390e55c82e037fb9752d93114a80ecf16e
561561
UMCore: 2f671796d7439604a1cf8ac7bbe5809cd5c50437
562-
UMReactNativeAdapter: 684b07b79d5fe52b496d2b50bfe31f68d7daf71a
562+
UMReactNativeAdapter: f808906d586a16cebdc3844d86e1bdb8f114a873
563563
UMTaskManagerInterface: 2be431101b73604e64fbfffcf759336f9d8fccbb
564564
Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac
565565

566566
PODFILE CHECKSUM: b11b524e4094be44728d034a4427c6708a2e5a3c
567567

568-
COCOAPODS: 1.10.1
568+
COCOAPODS: 1.10.2

0 commit comments

Comments
 (0)