Skip to content

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

9.2.1

04 Dec 16:53
Compare
Choose a tag to compare

Fixed

  • Handling of the deviceToken in case if withoutRegisteringForRemoteNotifications is used and registration is happening without usage of the MobileMessaging SDK
  • In-app alerts and popups were not displayed on iPad

9.2.0

24 Nov 13:17
Compare
Choose a tag to compare

Added

  • New rtc-ui reconnection indicator.

Changed

  • We improved In-app chat attachments feature permissions requesting, and chat connection handling.

Fixed

  • In-app chat bug when sending message with special characters.

9.1.0

24 Oct 13:56
Compare
Choose a tag to compare

Fixed

  • iOS: handling notificationTapped event

Added

  • BasicExample with minimum functionality

9.0.0

12 Oct 06:07
Compare
Choose a tag to compare

Added

  • In-app chat support for Serbian (Latin) language
  • In-app chat messages exceeding the max text length are now automatically sent as smaller messages

Changed

  • webRTCUI using new configurationId and provides new options to register for calls. Check Migration guide for more details.

8.4.0

29 Aug 13:14
Compare
Choose a tag to compare

8.3.0

28 Jul 12:30
Compare
Choose a tag to compare

Added

  • Option to control In-app chat connection with new methods stopConnection and restartConnection on iOS.

Changed

  • In-app chat now automatically stops and restarts its connection when going to background/locking, and going to foreground/unlocking, optimising push notifications from chat events.

8.2.1

17 Jul 12:43
Compare
Choose a tag to compare

Fixed

  • Android: FCM token reissue

8.2.0

04 Jul 08:47
Compare
Choose a tag to compare

Added

  • Support for WebRTC audio and video calls, with built-in user interface.

8.1.0

09 Jun 09:49
Compare
Choose a tag to compare

Added

  • InAppChat authentication with JSON Web Token.

8.0.2

15 May 08:16
Compare
Choose a tag to compare

Added

  • Option to handle InAppChat navigation in mutithread
  • New InAppChat event inAppChat.viewStateChanged

Fixed

  • InAppChat React component toolbar bug