You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ This is the React Native SDK of Adjust™. You can read more about Adjust™ at
62
62
*[Standard deep linking](#deeplinking-standard)
63
63
*[Deferred deep linking](#deeplinking-deferred)
64
64
*[Reattribution via deep links](#deeplinking-reattribution)
65
-
*[[beta]Data residency](#data-residency)
65
+
*[Data residency](#data-residency)
66
66
*[License](#license)
67
67
68
68
## <aid="example-app"></a>Example app
@@ -1104,7 +1104,7 @@ handleDeepLink(event) {
1104
1104
}
1105
1105
```
1106
1106
1107
-
### <a id="data-residency"></a>[beta] Data residency
1107
+
### <a id="data-residency"></a>Data residency
1108
1108
1109
1109
In order to enable data residency feature, make sure to call `setUrlStrategy` method of the `AdjustConfig` instance with one of the following constants:
1110
1110
@@ -1114,8 +1114,6 @@ adjustConfig.setUrlStrategy(AdjustConfig.DataResidencyTR); // for Turkey data re
1114
1114
adjustConfig.setUrlStrategy(AdjustConfig.DataResidencyUS); // for US data residency region
1115
1115
```
1116
1116
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.
0 commit comments