Skip to content

2.29.1

Choose a tag to compare

@uc-brunosilva uc-brunosilva released this 06 Aug 10:43
· 13 commits to master since this release
a12a7b9

2.29.1 – Aug 5, 2026

Features

  • [Unity] Added isExempt to the Unity ServiceConsent model, propagating the statistical exception flag to the Unity bridge
  • [Mediation] Added Amazon Consent Signal (ACS) mediation support for Android and iOS, including Adjust adapter integration
  • [PUR Compliance] Added statistical exception disclosure and toggle UI to the first and second layer, and excluded statistical exception services from Reject All/Deny All, supporting the UK DUAA statistical-exception requirement
  • [Unity] Automated the Unity-flavored SPM release pipeline, publishing usercentrics-spm-ui/usercentrics-spm-sdk package tags for Unity releases

Fixes

  • [Android] Fixed consent banner rendering behind system bars on edge-to-edge displays
  • [Android] Fixed ExternalLinkSpan.onClick crash on invalid/empty link URLs
  • [iOS] Fixed app hang caused by synchronous HTML parsing in first-layer banner/content text
  • [Android/iOS] Removed residual assert(false) calls in Additional Consent Mode and CCPA save paths that could crash debug builds
  • [TV] Fixed DPAD_DOWN navigation escaping the second-layer detail list boundary

Chores

  • [Unity] Stripped debug symbols from iOS core release binaries, reducing device binary size by ~31% with no functional change