Skip to content

Releases: infobip/mobile-messaging-flutter-plugin

9.2.0

21 Nov 14:34

Choose a tag to compare

Changed

  • Swift version increased from 5.0 to 5.5 in iOS podspec.

9.1.2

18 Nov 10:00

Choose a tag to compare

SDK Versions

  • Android: 14.6.2 → 14.7.4
  • iOS: 14.0.0 → 14.0.1

Fixed

  • Fixed in-app message display issues with certain CDN configurations in some regions

Changed

  • Updated chat error handling to use new Android SDK exception model

9.1.1

14 Nov 10:21

Choose a tag to compare

SDK Versions

  • Android: 14.6.2 → 14.7.4
  • iOS: 14.0.0 → 14.0.1

Fixed

  • Fixed in-app message display issues with certain CDN configurations in some regions

Changed

  • Updated chat error handling to use new Android SDK exception model

9.1.0

29 Oct 10:39

Choose a tag to compare

SDK Versions

-Android 14.6.0 -> 14.6.2
-iOS 14.0.0

Changed

  • iOS minimum target increased to iOS 15

9.0.0

16 Oct 08:34

Choose a tag to compare

SDK Versions

  • Android 14.6.0 -> 14.6.2
  • iOS 13.12.4

Added

  • Android 16 support

Changed

  • Minimum version is Flutter 3.16.0 / Dart 3.2.0
  • Descriptions for UserData usage

8.8.2

26 Sep 09:57

Choose a tag to compare

SDK Versions

  • Android 14.6.0
  • iOS 13.12.0 -> 13.12.4

Changed

  • Minor improvements and optimizations

8.8.1

25 Sep 14:44

Choose a tag to compare

SDK Versions

  • Android 14.6.0
  • iOS 13.12.0

Fixed

  • Minor bug for UserData

8.8.0

17 Sep 07:57

Choose a tag to compare

SDK Versions

  • Android 14.3.0 -> 14.6.0
  • iOS 13.12.0

Added

  • Option to handle in-app chat exceptions on your own.

8.7.0

11 Sep 17:05

Choose a tag to compare

SDK Versions

  • Android 14.3.0
  • Huawei 14.3.0
  • iOS 13.11.2 -> 13.12.0

Security

  • Keychain now shares application code with Notification Extension so there is no need anymore for providing the application code in NotificationService.swift source file.

8.6.0

26 Aug 08:12

Choose a tag to compare

SDK Versions

  • Android - 13.22.0 -> 14.3.0
  • iOS - 13.9.1 -> 13.11.2

Changed

  • setJwt (originally used for the chat authentication) has been removed. New callback function setChatJwtProvider must be used instead.