Skip to content

Commit 603a2f0

Browse files
committed
update README
1 parent dcfe656 commit 603a2f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Read this in other languages: [English][en-readme], [中文][zh-readme], [日本
6060
* [Deep linking on iOS 9 and later](#deeplinking-setup-new)
6161
* [Deferred deep linking scenario](#deeplinking-deferred)
6262
* [Reattribution via deep links](#deeplinking-reattribution)
63+
* [Data residency](#data-residency)
6364
* [Troubleshooting](#troubleshooting)
6465
* [Issues with delayed SDK initialisation](#ts-delayed-init)
6566
* [I'm seeing "Adjust requires ARC" error](#ts-arc)
@@ -1038,6 +1039,12 @@ The call to `appWillOpenUrl` should be done like this to support deep linking re
10381039
}
10391040
```
10401041

1042+
### <a id="data-residency"></a>Data residency
1043+
1044+
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:
1045+
1046+
- `ADJDataResidencyEU` for EU data residency region.
1047+
10411048
## <a id="troubleshooting"></a>Troubleshooting
10421049

10431050
### <a id="ts-delayed-init"></a>Issues with delayed SDK initialisation

0 commit comments

Comments
 (0)