Skip to content

Commit 34cd3e1

Browse files
committed
update README
1 parent 04b8959 commit 34cd3e1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1171,11 +1171,12 @@ Upon receiving this information, Adjust changes sharing the specific user's data
11711171

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

1174-
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:
1174+
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

11761176
```objc
11771177
adjustConfig.setUrlStrategy(AdjustConfig.AdjustDataResidencyEU); // for EU data residency region
11781178
adjustConfig.setUrlStrategy(AdjustConfig.AdjustDataResidencyTR); // for Turkey data residency region
1179+
adjustConfig.setUrlStrategy(AdjustConfig.AdjustDataResidencyUS); // for US data residency region
11791180
```
11801181

11811182
**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.
@@ -1210,7 +1211,7 @@ If needed, disable dSYM File. In the `Project Navigator`, select the `Unity-iPho
12101211
[android-deeplinking]: https://github.com/adjust/android_sdk#deep-linking
12111212
[google_play_services]: http://developer.android.com/google/play-services/setup.html
12121213
[android_sdk_download]: https://developer.android.com/sdk/index.html#Other
1213-
[install-referrer-aar]: https://maven.google.com/com/android/installreferrer/installreferrer/1.0/installreferrer-1.0.aar
1214+
[install-referrer-aar]: https://maven.google.com/com/android/installreferrer/installreferrer/2.2/installreferrer-2.2.aar
12141215
[android-custom-receiver]: https://github.com/adjust/android_sdk/blob/master/doc/english/referrer.md
12151216

12161217
[menu_android]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/menu_android.png
@@ -1221,15 +1222,15 @@ If needed, disable dSYM File. In the `Project Navigator`, select the `Unity-iPho
12211222

12221223
## License
12231224

1224-
### <a id="license"></a>License agreement
1225+
### <a id="license"></a>License
12251226

12261227
The file mod_pbxproj.py is licensed under the Apache License, Version 2.0 (the "License").
12271228
You may not use this file except in compliance with the License.
12281229
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
12291230

12301231
The Adjust SDK is licensed under the MIT License.
12311232

1232-
Copyright (c) 2012-2020 Adjust GmbH, http://www.adjust.com
1233+
Copyright (c) 2012-2021 Adjust GmbH, http://www.adjust.com
12331234

12341235
Permission is hereby granted, free of charge, to any person obtaining a copy of
12351236
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)