Changelog
v4.0.4 โ 2026-08-13โ
๐ Bug fixesโ
- 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).
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 4.0.4: Release Notes
- ๐ iOS SDK version 4.0.4: Release Notes
v4.0.3 โ 2026-08-07โ
๐ Bug fixesโ
- Fixed rare crashes in the host app while session replay was recording.
- Fixed Screeb links whose token contained special characters being cut off.
- Anonymized session replay no longer leaves text readable on low-resolution captures (Android).
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 4.0.3: Release Notes
- ๐ iOS SDK version 4.0.3: Release Notes
v4.0.2 โ 2026-07-08โ
โก Improvementsโ
- More robust session replay, even under heavy memory pressure.
- Lower CPU and memory usage while recording.
- In-app surveys and messages stay reliably in the foreground.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 4.0.2: Release Notes
- ๐ iOS SDK version 4.0.2: Release Notes
v3.1.0 โ 2026-02-12โ
โก Improvementsโ
- Added
sessionReplay{start|stop}commands. - Added GetIdentity command.
- Return debug/debug targeting results in the command result instead of logs.
- Added file picker support for In-App Messages.
- Improved Session Replay for complex apps. (Android)
- Fixed unassignGroup that was calling assignGroup (iOS)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 3.1.1: Release Notes
- ๐ iOS SDK version 3.1.1: Release Notes
v3.0.0 โ 2026-01-13โ
โก Improvementsโ
- Session Replay in Beta.
- Added disableMirror to InitOptions to force disable IAM mirroring and Session Replay.
- Ensure webview is not in the accessible tree when it is hidden.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 3.0.0: Release Notes
- ๐ iOS SDK version 3.0.2: Release Notes
v2.2.1 โ 2025-11-20โ
โก Improvementsโ
- Fixed Closing IAM builder reopening it.
- Enforce a non-zero size. (Android)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.2.9: Release Notes
- ๐ iOS SDK version 2.2.2: Release Notes
v2.2.0 โ 2025-11-06โ
Breaking changes โ ๏ธโ
- The
initSdkmethod now requires a singlechannelIdparameter instead of separateandroidChannelIdandiosChannelId. - Make sure to update your calls to
initSdkaccordingly.
โก Improvementsโ
- Now using new React Native architecture.
- Enforce a non-zero size. (Android)
- Added startMessage, closeMessage commands.
- Added optional distribution_id param to startSurvey.
- Added optional surveyId param to closeSurvey.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.2.7: Release Notes
- ๐ iOS SDK version 2.2.0: Release Notes
v2.1.18 โ 2025-10-16โ
โก Improvementsโ
- Support In-App Messages.
- Bump min iOS version to 12.0.
- Enforce Screeb to be displayed over sibling views. (Android)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.17: Release Notes
- ๐ iOS SDK version 2.1.14: Release Notes
v2.1.17 โ 2025-10-08โ
โก Improvementsโ
- Ensure sequential messages consume. (iOS)
- Updated core version. (Android)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.14: Release Notes
- ๐ iOS SDK version 2.1.13: Release Notes
v2.1.11โ2.1.16 โ 2025-04-17โ
โก Improvementsโ
- Fixed Android type.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.13: Release Notes
- ๐ iOS SDK version 2.1.11: Release Notes
v2.1.10 โ 2025-02-24โ
โก Improvementsโ
- Fixed "SDK is not ready".
- Thread safety fixes.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.12: Release Notes
- ๐ iOS SDK version 2.1.11: Release Notes
v2.1.9 โ 2025-01-31โ
โก Improvementsโ
- Ensure commands execution orders.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.10: Release Notes
- ๐ iOS SDK version 2.1.10: Release Notes
v2.1.8 โ 2024-12-19โ
โก Improvementsโ
- Reduce memory usage caused by logging.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.9: Release Notes
- ๐ iOS SDK version 2.1.9: Release Notes
v2.1.7 โ 2024-12-09โ
โก Improvementsโ
- Fixed case where content is untouchable.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.8: Release Notes
- ๐ iOS SDK version 2.1.8: Release Notes
v2.1.6 โ 2024-10-02โ
โก Improvementsโ
- Add language parameter
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.8: Release Notes
- ๐ iOS SDK version 2.1.7: Release Notes
v2.1.5 โ 2024-08-21โ
โก Improvementsโ
- Allow async callbacks for
onSurveyDisplayAllowedandonMessageDisplayAllowedhooks.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.2: Release Notes
- ๐ iOS SDK version 2.1.6: Release Notes
v2.1.1โ2.1.4 โ 2024-07-30โ
โก Improvementsโ
- Support new
onSurveyDisplayAllowedandonMessageDisplayAllowedhooks. - Fixed destroy animation.
- Improved surveys hit boxes. (Android)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.1.2: Release Notes
- ๐ iOS SDK version 2.1.6: Release Notes
v2.1.0 โ 2024-06-18โ
โก Improvementsโ
- Improved security
- Improved handling of activities switching. (Android)
- Fixed unwanted insets. (Android)
- Improved surveys hitboxes. (iOS)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.0.38: Release Notes
- ๐ iOS SDK version 2.1.1: Release Notes
v2.0.23 โ 2024-04-05โ
โก Improvementsโ
- Multi-platform support.
- Better handling of window switching. (iOS)
- Improved handling of activities switching. (Android)
- Fixed a possible crash when receiving events. (Android)
- Don't waive webview when not visible. (Android)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.0.35: Release Notes
- ๐ iOS SDK version 2.0.11: Release Notes
v2.0.22 โ 2024-02-05โ
โก Improvementsโ
- Handle a rare case where a survey is not properly closed.
- Improved commands encoding.
- Switched from
play corelibs toplay reviewlibs. (Android) - Fixed a possible crash on old devices. (Android)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.0.31: Release Notes
- ๐ iOS SDK version 2.0.10: Release Notes
v2.0.21 โ 2024-01-11โ
โก Improvementsโ
- Fixed iOS properties Bool/Int incorrect values.
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.0.28: Release Notes
- ๐ iOS SDK version 2.0.9: Release Notes
v2.0.20 โ 2024-01-09โ
โก Improvementsโ
- Improved context tracking.
- Improved multi-process support. (Android)
๐ฑ Native SDK versionsโ
- ๐ค Android SDK version 2.0.28: Release Notes
- ๐ iOS SDK version 2.0.9: Release Notes
v2.0.19 โ 2024-01-03โ
โก Improvementsโ
- Fixed Close/Init SDK lifecycle. (iOS)
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.27: Release Notes
- ๐ iOS SDK version 2.0.8: Release Notes
v2.0.18 โ 2023-12-18โ
โก Improvementsโ
- Avoid overriding input soft mode on start. (Android)
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.27: Release Notes
- ๐ iOS SDK version 2.0.7: Release Notes
v2.0.17 โ 2023-12-11โ
โก Improvementsโ
- Improve errors reporting.
- Properly handle SSL errors. (iOS)
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.26: Release Notes
- ๐ iOS SDK version 2.0.7: Release Notes
v2.0.12โ2.0.16 โ 2023-12-08โ
โก Improvementsโ
- Improve iOS errors reporting.
- Added closeSurvey command.
- Added new param "initOptions" with "isDebugMode" (iOS only)
- โผ๏ธ Should never be used on prod as surveys view will be forced to be on top of the app
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.25: Release Notes
- ๐ iOS SDK version 2.0.4: Release Notes
v2.0.11 โ 2023-12-06โ
โก Improvementsโ
- Let iOS properly detect view controller.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.25: Release Notes
- ๐ iOS SDK version 2.0.3: Release Notes
v2.0.10 โ 2023-12-05โ
โก Improvementsโ
- Fixed iOS thread.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.25: Release Notes
- ๐ iOS SDK version 2.0.3: Release Notes
v2.0.9 โ 2023-12-01โ
โก Improvementsโ
- Fixed iOS compilation.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.25: Release Notes
- ๐ iOS SDK version 2.0.3: Release Notes
v2.0.8 โ 2023-11-30โ
โก Improvementsโ
- Improve compatibility with other webviews.
- Remove few superfluous threads handling.
Breaking changes ๐จโ
- Remove the need to call
setAppContextin onCreate.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.25: Release Notes
- ๐ iOS SDK version 2.0.3: Release Notes
v2.0.7 โ 2023-10-27โ
โก Improvementsโ
- Fixed an exception and lifecycle when calling closeSdk.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.24: Release Notes
- ๐ iOS SDK version 2.0.3: Release Notes
v2.0.6 โ 2023-10-25โ
โก Improvementsโ
- Fixed a possible crash during the initialization of the SDK.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.22: Release Notes
- ๐ iOS SDK version 2.0.3: Release Notes
v2.0.5 โ 2023-09-01โ
โก Improvementsโ
- Fixed a case where survey was not displayed.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.12: Release Notes
- ๐ iOS SDK version 2.0.0: Release Notes
v2.0.4 โ 2023-09-01โ
โก Improvementsโ
- Force keyboard to not overlap survey.
- Improve insets handling.
- Improve thread safety.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.11: Release Notes
- ๐ iOS SDK version 2.0.0: Release Notes
v2.0.3 โ 2023-08-22โ
โก Improvementsโ
- Avoid keyboard to overlap survey.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.7: Release Notes
- ๐ iOS SDK version 2.0.0: Release Notes
v2.0.2 โ 2023-08-18โ
โก Improvementsโ
- Fixed surveys not showing in some cases.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.3: Release Notes
- ๐ iOS SDK version 2.0.0: Release Notes
v2.0.1 โ 2023-08-16โ
โก Improvementsโ
- Improved compatibility with other webviews plugins.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.2: Release Notes
- ๐ iOS SDK version 2.0.0: Release Notes
v2.0.0 โ 2023-08-04โ
โก Improvementsโ
- The SDK has been rewritten from scratch to provide greater stability, instant updates of Screeb features, and be even lighter.
- Improved Android React native compatibility.
- New feature called hooks.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.1: Release Notes
- ๐ iOS SDK version 2.0.0: Release Notes
v1.0.0-rc.2 โ 2023-07-31โ
โก Improvementsโ
- The SDK has been rewritten from scratch to provide greater stability, instant updates of Screeb features, and be even lighter.
- Improved Android React native compatibility.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.0-rc.2: Release Notes
- ๐ iOS SDK version 2.0.0-rc.3: Release Notes
v1.0.0-rc.1 โ 2023-07-05โ
โก Improvementsโ
- The SDK has been rewritten from scratch to provide greater stability, instant updates of Screeb features, and be even lighter.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 2.0.0-rc.1: Release Notes
- ๐ iOS SDK version 2.0.0-rc.3: Release Notes
v0.8.21 โ 2023-06-12โ
Improvement ๐โ
- Fixed unhandled exception in Android internal coroutine.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 1.13.7: Release Notes
- ๐ iOS SDK version 1.13.2: Release Notes
v0.8.20 โ 2023-06-07โ
Improvement ๐โ
- Added new "Range rating" type of questions.
- Fixed crash when host can't be resolved.
Native SDK version ๐ฑโ
- ๐ค Android SDK version 1.13.5: Release Notes
- ๐ iOS SDK version 1.13.2: Release Notes
v0.8.19 โ 2023-05-11โ
Improvement ๐โ
- Updated gradle to 7.6 and update dependencies.
- Types declaration.
v0.8.16 โ 2023-04-28โ
Improvement ๐โ
startSurveycommand now accepts theignoreSurveyStatusargument (default: true).- Fixed multiple "End survey" buttons.
v0.8.15 โ 2023-03-31โ
Improvement ๐โ
- Dependency update: vanniktech/Emoji.
- Better log management.
- Improved error handling.
v0.8.14 โ 2023-03-10โ
Improvement ๐โ
- Fixed Validation event and group name
- Fixed Disable Automatic screen detection
v0.8.13 โ 2022-02-24โ
Improvement ๐โ
- Added debug and debugTargeting commands.
- Added resetIdentity command.
- Added closeSdk command.
- Fix survey closing on reduced mod.
- Build IOS SDK with xcode 13.2.1 and Swift 5.5.2 (1300.0.47.5) to fix compilation issue and support swift version 5.5.2+.
- Update example by upgrading react/react native version and gradle version.
v0.8.12 โ 2022-12-22โ
Improvement ๐โ
- Fix crash on unexpected question/answer flow
- Fix unexpected behavior on response closing
- Dependencies update (Android)
v0.8.11 โ 2022-10-29โ
Improvement ๐โ
- Make targeting more reliable in order to not trigger survey in corner-case.
v0.8.9 โ 2022-10-18โ
Improvement ๐โ
- Replace numeric emojis by custom svg
- Survey superposition on the app.