Public Beta is live. 30 days free, no credit card required. Join before pricing locks in.
Back to Changelog

Mobile & Native SDKs 0.1.1

Bug fixes across the Android, iOS, macOS, Kotlin Multiplatform, and Compose Multiplatform SDKs, plus a typed form-configuration API and richer debug network logs.

Version 0.1.1 of the native and multiplatform SDKs is available. It contains bug fixes across all five SDKs — covering form display, media capture, and file uploads — along with two additions:

  • Typed form-configuration API. Form configuration, logic-jump rules, and completion CTA settings are now exposed as typed models aligned with the Flutter SDK 1.1.2 and schema 1.5.2, so apps rendering custom native forms no longer parse raw JSON.
  • Richer debug network logs. File uploads now appear in the SDK's debug network log, and every logged call includes response headers — including the request id, for correlating with server-side logs when reporting issues.

Update to com.encatch:android, :kmp-sdk, or :compose-sdk 0.1.1 from Maven Central; Swift Package Manager picks up 0.1.1 automatically with the standard from: dependency rule.

For installation and implementation guides, see the Mobile & Native SDKs documentation and pick the guide for your stack.