Skip to content

Release 2.14.5

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Nov 11:05
· 1 commit to develop since this release

Upgrade Android and iOS SDK dependencies to v2.14.4

New Features

  • updateNotificationPermissionStatus(granted: Boolean) is deprecated. Use refreshNotificationPermissionStatus instead

Fixes

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

Improvements

  • [iOS] Updated Universal Links docs and Example; removed window from MindboxSceneDelegate — declare your own UIWindow if needed
  • Internal improvements and maintenance