Skip to content

Releases: infobip/mobile-messaging-react-native-plugin

14.1.0

29 Oct 10:48

Choose a tag to compare

SDK Versions

-Android 14.6.2
-iOS [iOS 13.12.4 -> 14.0.0]

Changed

  • iOS minimum target increased to iOS 15

14.0.0

16 Oct 09:08

Choose a tag to compare

SDK Versions

  • Android [14.6.2]
  • iOS [13.12.4]

Added

From this version onwards, we've started support of React Native with new architecture.
On this page you can learn how to Switch beetween the React Native architectures.

Here are the Migration guides

13.11.2

01 Oct 14:16

Choose a tag to compare

SDK Versions

  • Android [14.6.0 -> 14.6.2]
  • iOS [13.12.0]

Fixed

  • Events caching issue.

13.11.1

29 Sep 12:39

Choose a tag to compare

SDK Versions

  • Android [14.6.0]
  • iOS [13.12.0]

Fixed

  • Events propagation issue

13.11.0

26 Sep 10:34

Choose a tag to compare

SDK Versions

  • Android [14.6.0]
  • iOS [13.12.0]

Added

13.10.0

17 Sep 07:13

Choose a tag to compare

SDK Versions

  • Android 14.6.0
  • iOS 13.12.0

Added

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

13.9.0

11 Sep 16:54

Choose a tag to compare

SDK Versions

  • Android 14.1.3
  • 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.

13.8.1

01 Sep 09:58

Choose a tag to compare

SDK Versions

  • Android 14.1.3
  • iOS 13.11.2

Fixed

  • custom notification channel is now correctly initialized on Android
  • added custom notification channel attributes to typescript types

13.8.0

26 Aug 15:38

Choose a tag to compare

SDK Versions

  • Android - 14.0.1 -> 14.1.3

Changed

  • InAppChat: setJwtProvider (originally used for the chat authentication) has been renamed to setChatJwtProvider and now works as a callback method both for Android and iOS.

13.7.1

22 Aug 09:30

Choose a tag to compare

SDK Versions

  • Android 14.0.1
  • iOS 13.11.2

Added