Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

test-android:
needs: test-rn
runs-on: macOS-13
runs-on: macOS-14
env:
GRADLE_VERSION: 8.13

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
### 2.24.3 – Dec 18, 2025
## Improvement
* Updated CTV first layer CMP to fully align with TCF requirements by displaying purposes and stacks based on the Admin UI configuration, matching web and mobile behavior.
* Added proper labels for Consent and Legitimate Interest toggles in the CTV second layer, resolving TCF policy check 23.
* Introduced vendor storage information section (cookies and non-cookie access details) in the CTV second layer, addressing TCF policy check 24.
* Changes apply to both Android and iOS CTV implementations.

### 2.24.2 – Dec 5, 2025
## Improvement
Expand Down
2 changes: 1 addition & 1 deletion android/build-legacy.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def usercentrics_version = "2.24.2"
def usercentrics_version = "2.24.3"
version usercentrics_version

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val usercentricsVersion = "2.24.2"
val usercentricsVersion = "2.24.3"
val reactNativeVersion = "+"

fun BooleanProperty(name: String): Boolean {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@usercentrics/react-native-sdk",
"version": "2.24.2",
"version": "2.24.3",
"description": "Usercentrics SDK",
"homepage": "https://usercentrics.com",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Usercentrics <developer@usercentrics.com>",
"iosPackageName": "react-native-usercentrics",
"iosPackageVersion": "2.24.2",
"iosPackageVersion": "2.24.3",
"license": "SEE LICENSE IN LICENSE",
"files": [
"android",
Expand Down
16 changes: 8 additions & 8 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1750,10 +1750,10 @@ PODS:
- SocketRocket
- react-native-safe-area-context (5.6.1):
- React-Core
- react-native-usercentrics (2.24.2):
- react-native-usercentrics (2.24.3):
- React-Core
- React-NativeModulesApple
- UsercentricsUI (= 2.24.2)
- UsercentricsUI (= 2.24.3)
- react-native-webview (13.16.0):
- boost
- DoubleConversion
Expand Down Expand Up @@ -2317,9 +2317,9 @@ PODS:
- SocketRocket
- Yoga
- SocketRocket (0.7.1)
- Usercentrics (2.24.2)
- UsercentricsUI (2.24.2):
- Usercentrics (= 2.24.2)
- Usercentrics (2.24.3)
- UsercentricsUI (2.24.3):
- Usercentrics (= 2.24.3)
- Yoga (0.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -2602,7 +2602,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: e4a65db5f4df53369f39558c0cf2f480f6d3d6c7
React-microtasksnativemodule: 86334c5c06315e0bccb7b6e6f2c905e92f98b615
react-native-safe-area-context: 2243039f43d10cb1ea30ec5ac57fc6d1448413f4
react-native-usercentrics: ce97dcf4d9311c3269965581b4aaca3703a172a8
react-native-usercentrics: 74ea12edfe394cab466915a3f975d3f72d12418e
react-native-webview: 0bf2ab49ad84186bced035847142b757ea5b75d1
React-NativeModulesApple: 8c7eb6057b00c191a11ad5ced41826ec5a0e4d78
React-oscompat: 93b5535ea7f7dff46aaee4f78309a70979bdde9d
Expand Down Expand Up @@ -2636,8 +2636,8 @@ SPEC CHECKSUMS:
ReactCommon: e9ab32f1d1482d207867b4fdd139361302b9dcc6
RNScreens: 66511ce6211630d9fb1141bcd5b2ae269d8d1ccb
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Usercentrics: 76e6ea4b2c00d30874b5543620c4f50225486308
UsercentricsUI: d4630cf8f623576fb8449ba25062921dfb3650bc
Usercentrics: 2794a516b169468e504cc6ffeccb6afebe8ee572
UsercentricsUI: 3154d643173ca402a565b637c3af3e86dbd1ef73
Yoga: 9b30b783a17681321b52ac507a37219d7d795ace

PODFILE CHECKSUM: 62549710bfdf171a56dca47fb9ad435af3fc737f
Expand Down