Skip to content

1.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 12:15
· 47 commits to main since this release

1.5.2 (2024-09-06)

Updates Android Native dependency from 3.11.0 to 3.11.2 which includes following improvements.

Features

  • Messages created in the new drag and drop in-app editor will load much faster and don’t require pre-fetching assets. If you are using the older in-app editor, the initial in-app message may experience a delay. We highly recommend upgrading to the new in-app editor to avoid this issue and ensure optimal performance. [#139] (b10cc75)

Bug Fixes

  • Fixed crash that could occur on some Android devices during asset pre-fetching step in certain situations. [#139] (b10cc75)
  • Resolved an issue where calling CustomerIO.MessagingInApp().dismissMessage() explicitly would print crash logs on Android. The method can now be called safely without unnecessary logs. [#142] (1635acf)