Skip to content

mindbox v2.15.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 14:53
50d8615

Upgrade Android and iOS SDK dependencies to v2.15.0

Warning

Onboarding in-app may not display correctly on the Android target in release builds with R8 enabled. Fixed in Flutter SDK 2.15.1. If you stay on 2.15.0, add the following rule to your app's android/app/proguard-rules.pro:

-keepclassmembers class cloud.mindbox.mobile_sdk.inapp.presentation.view.BridgeMessage$* {
    <fields>;
}

New Features

  • Added a new in-app format — onboarding: a sequence of fullscreen screens shown one after another, configured entirely in the Mindbox dashboard without additional development. Learn more in the guide

Improvements

  • Internal improvements and maintenance