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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Read this in other languages: [English][en-readme], [中文][zh-readme], [日本
70
70
*[Deferred deep linking scenario](#deeplinking-deferred)
71
71
*[Reattribution via deep links](#deeplinking-reattribution)
72
72
*[Link resolution](#link-resolution)
73
-
*[[beta]Data residency](#data-residency)
73
+
*[Data residency](#data-residency)
74
74
*[COPPA compliance](#af-coppa-compliance)
75
75
*[Troubleshooting](#troubleshooting)
76
76
*[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
1103
1103
}];
1104
1104
```
1105
1105
1106
-
### <a id="data-residency"></a>[beta] Data residency
1106
+
### <a id="data-residency"></a>Data residency
1107
1107
1108
1108
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:
1109
1109
@@ -1113,7 +1113,7 @@ In order to enable data residency feature, make sure to make a call to `setUrlSt
1113
1113
[adjustConfig setUrlStrategy:ADJDataResidencyUS]; // for US data residency region
1114
1114
```
1115
1115
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.
0 commit comments