Exit-intent surveys now work in native apps: leaving a tracked screen can trigger a survey, as on web. Requires screen tracking (trackScreen) instrumentation.
New "inactivity" targeting rule: trigger a survey after the visitor has stopped interacting with the app for a configured time.
Time-based triggers (delay, session duration, inactivity) now fire on time: the bundled native SDKs arm their own timer instead of relying on webview timers, which the OS throttles while the webview is hidden.
A device without a usable network connection (airplane mode, captive portal, blocked DNS) no longer reports device-side failures as errors; genuine problems are still reported and now identify the workspace they belong to.
Now bundles the native Screeb iOS and Android SDK 4.1.0, bringing session replay improvements to React Native apps: replay capture is refresh-rate aware on ProMotion displays (roughly half the CPU cost during recording), and recordings start from the first real frame instead of a blank lead-in.
Android session replay masking and anonymization now also covers video, maps, and other GPU-rendered surface content.
Respondents can attach a picture to an answer again on iOS: the attach button opened nothing, and the photo library could end up behind the survey (iOS).
An audio answer no longer asks for the camera, and refusing one permission no longer takes the whole answer down (Android).
Recording works on the first attempt instead of failing until the respondent tried again (Android).