Skip to content

Commit 128c289

Browse files
uercegAditi3
authored andcommitted
docs: update README
1 parent c095819 commit 128c289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Read this in other languages: [English][en-readme], [中文][zh-readme], [日本
7070
* [Deferred deep linking scenario](#deeplinking-deferred)
7171
* [Reattribution via deep links](#deeplinking-reattribution)
7272
* [Link resolution](#link-resolution)
73-
* [[beta] Data residency](#data-residency)
73+
* [Data residency](#data-residency)
7474
* [COPPA compliance](#af-coppa-compliance)
7575
* [Troubleshooting](#troubleshooting)
7676
* [Issues with delayed SDK initialisation](#ts-delayed-init)
@@ -1103,7 +1103,7 @@ If the link received does not belong to any of the domains specified in the `res
11031103
}];
11041104
```
11051105
1106-
### <a id="data-residency"></a>[beta] Data residency
1106+
### <a id="data-residency"></a>Data residency
11071107
11081108
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:
11091109
@@ -1113,7 +1113,7 @@ In order to enable data residency feature, make sure to make a call to `setUrlSt
11131113
[adjustConfig setUrlStrategy:ADJDataResidencyUS]; // for US data residency region
11141114
```
11151115

1116-
**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.setCoppaCompliantEnabled
1116+
**Note:** 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.
11171117

11181118
### <a id="af-coppa-compliance"></a>COPPA compliance
11191119

0 commit comments

Comments
 (0)