Skip to content

Releases: mindbox-cloud/ios-sdk

Release 2.15.1

Choose a tag to compare

@AndreyEmtsov AndreyEmtsov released this 22 May 10:26
Immutable release. Only release title and notes can be modified.
062e54b

New Features

  • Added Mindbox anonymizer support

Improvements

  • Internal improvements and maintenance

Release 2.15.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 08:04
Immutable release. Only release title and notes can be modified.
0f3f064

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

Release 2.15.0-rc

Release 2.15.0-rc Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Mar 16:18

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

Release 2.14.5

Choose a tag to compare

@github-actions github-actions released this 16 Jan 08:26
aca8117

Fixes

  • Fixed random crashes related to MindboxCommon caused by garbage collection

Release 2.14.4

Choose a tag to compare

@github-actions github-actions released this 19 Nov 11:26
072ff57

New Features

  • notificationsRequestAuthorization(granted: Bool) is deprecated. Use refreshNotificationPermissionStatus instead

Fixes

  • Fixed a class of random crashes on Thread 1 related to MindboxCommon, caused by a Kotlin/Native garbage collection bug in versions 1.9.*–2.0.0.

Improvements

  • Updated Universal Links docs and Example; removed window from MindboxSceneDelegate — declare your own UIWindow if needed

Known issues

  • A small number of crashes related to Kotlin/Native garbage collection in MindboxCommon may still occur and are under investigation.

Release 2.14.3

Choose a tag to compare

@github-actions github-actions released this 20 Oct 13:17
3a3ae32

Internal improvements and maintenance

Release 2.14.2

Choose a tag to compare

@justSmK justSmK released this 09 Oct 16:41
ebe7e91

Improvements

  • Reduced crash risk by removing fatalError calls and replacing them with safe error handling & logging

Release 2.14.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 09:32
4e93b5d

New Features

  • Added a new in-app format for running satisfaction surveys, enabling user feedback collection directly in the app

Improvements

  • Improved multiple in-apps per session handling, setting priorities, and delaying in-app display

Release 2.14.0

Choose a tag to compare

@Vailence Vailence released this 19 Aug 09:49
8ca1863

New Features

  • Added support for showing multiple in-apps in one user session
  • Added ability to set in-app priority to control which one to show
  • Added option to delay in-app display after a trigger

Fixes

  • Removed logger using SharedContainer in extensions to prevent SQLite crash (0xdead10cc)

Improvements

  • Optimized background task performance by reducing wake-ups and improving throughput

Release 2.14.0-rc

Release 2.14.0-rc Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 14:33

What's new:

  • Added support for showing multiple in-apps in one user session
  • Added ability to set in-app priority to control which one to show
  • Added option to delay in-app display after a trigger