Skip to content

Commit 51334ed

Browse files
authored
Merge pull request #227 from adjust/docs_update
Docs update
2 parents a3e333f + f25e257 commit 51334ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Read this in other languages: [English][en-readme], [中文][zh-readme], [日本
8484
* [Disable third-party sharing](#ad-disable-third-party-sharing)
8585
* [Enable third-party sharing](#ad-enable-third-party-sharing)
8686
* [Measurement consent](#ad-measurement-consent)
87-
* [[beta] Data residency](#ad-data-residency)
87+
* [Data residency](#ad-data-residency)
8888

8989
### Testing and troubleshooting
9090
* [Debug information in iOS](#tt-debug-ios)
@@ -1169,7 +1169,7 @@ Adjust.trackMeasurementConsent(true);
11691169

11701170
Upon receiving this information, Adjust changes sharing the specific user's data to partners. The Adjust SDK will continue to work as expected.
11711171

1172-
### <a id="ad-data-residency"></a>[beta] Data residency
1172+
### <a id="ad-data-residency"></a>Data residency
11731173

11741174
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:
11751175

@@ -1179,8 +1179,6 @@ adjustConfig.setUrlStrategy(AdjustConfig.AdjustDataResidencyTR); // for Turkey d
11791179
adjustConfig.setUrlStrategy(AdjustConfig.AdjustDataResidencyUS); // for US data residency region
11801180
```
11811181

1182-
**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.
1183-
11841182
## Testing and troubleshooting
11851183

11861184
### <a id="tt-debug-ios"></a>Debug information in iOS

0 commit comments

Comments
 (0)