Releases: mindbox-cloud/ios-sdk
Releases · mindbox-cloud/ios-sdk
Release 2.15.0
Immutable
release. Only release title and notes can be modified.
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
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
Fixes
- Fixed random crashes related to
MindboxCommoncaused by garbage collection
Release 2.14.4
New Features
notificationsRequestAuthorization(granted: Bool)is deprecated. UserefreshNotificationPermissionStatusinstead
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
windowfromMindboxSceneDelegate— declare your ownUIWindowif 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
Internal improvements and maintenance
Release 2.14.2
Improvements
- Reduced crash risk by removing
fatalErrorcalls and replacing them with safe error handling & logging
Release 2.14.1
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
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
SharedContainerin extensions to prevent SQLite crash (0xdead10cc)
Improvements
- Optimized background task performance by reducing wake-ups and improving throughput
Release 2.14.0-rc
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
Release 2.13.5-rc
What's new:
Added support for in-app surveys