Digital In-app SDK 4.11.0
Released starting 25th May 2026
-
Android 10 or later. See In-App for Android Setup for additional information.
-
iOS 13.0 or later. See In-App for iOS Setup for additional information.
-
Apache Cordova. See In-App for Cordova Setup for additional information.
-
React Native. See In-App for React Native Setup for additional information.
-
Flutter. See In-App for Flutter Setup for additional information.
Release highlights
Documentation changes
The Digital Feedback In-app Mobile SDK administration documentation is updated to match the new V2 integration that has been deployed across the majority of customers.
- The Digital Feedback V2 integration is considered default. Features such as user management and reporting are configured in Medallia Experience Cloud. See Migrate to Medallia Experience Cloud integration version 2.
- Information common to property types has been centralized in the new Digital Feedback Overview section. This includes detailed information on mapping between Digital Feedback and Medallia Experience Cloud and reporting.
- Digital Survey Forms V2 is considered default.
- The new user interface, for example in Targeting surveys, Custom Parameters or Rule Engine, is considered default.
- The Custom CSS section is specific to Digital In-app property type now. For example there is now information on how to customize the font. The Testing CSS section now includes SDK specific example.
- Resources library is now the standard way to work with additional files such as images, custom CSS files and so on.
- The App ratings section now uses the new UI.
- Legacy features such as the Dashboard, Inbox, Reports, Alerts and so on have been removed.
Digital In-app SDK
Android
- Important: From this release, the minCompileSDK has increased from API 21 to API 23 and our SDK now only functions for API 29 and above.
Survey form headers now support native tooltip, allowing users to long-press truncated survey headers to reveal the the full text when using large font sizes.
Eliminated potential local SQL injection vulnerabilities.
iOS
Survey form headers now support Large Content Viewer, allowing users to long-press truncated survey headers to reveal the full text when using large Dynamic Type sizes.
Device text resizing settings are now applied to the Thank You Page.
React
The React Native version of the Digital In-app SDK has been updated to support the new TurboModules architecture, introducing complete TypeScript type-safety and synchronous execution.
Resolved issues
General
Android only
-
Reduced the Intent bundle size for form activities to prevent potential TransactionTooLargeException crashes caused by exceeding payload thresholds.
-
Enhanced security by mitigating an insecure serialization vulnerability, updating Bundle.getSerializable calls to use the modern, type-safe API.
-
When attempting to display a Custom Survey using an invalid or unpublished form ID a crash could occur.
iOS only
-
For survey forms in a language other than English, when the respondent was using a screen reader VoiceOver would incorrectly read Invitation Banner buttons in English instead of the appropriate localized language.
-
In the rare event that the stopSDK method was called after a user had dismissed a survey, a memory leak could occur where SDK UI components incorrectly remained in memory.
The SDK's internal EventBus subscriber management could encounter a race condition and garbage collection issues.
