Skip to content

Releases: infobip/mobile-messaging-sdk-ios

15.0.1

07 Apr 09:30

Choose a tag to compare

Fixed

  • (InAppChat) Fixed some threading issues when instantiating the API the first time
  • (WebRTCUI) Revamped calls UI with improved expandable area.

15.0.0

16 Mar 13:36

Choose a tag to compare

Changed

14.4.3

04 Feb 12:34

Choose a tag to compare

Fixed

  • We fixed a potential issue when defining right-to-left language in SDK but the system had preferred left-to-right one.

14.4.2

03 Feb 15:35

Choose a tag to compare

Changed

  • The method personalize now will ignore values left as nil in MMUserIdentity. If you wish to intentionally nullify them, please use the method saveUser instead.
  • InAppChat: We added better support for right to left alignment in the inputs and the chat example.
  • WebRTCUI: We update the internal RTC library version (2.6.2 -> 2.6.8)

14.3.0

19 Jan 14:37

Choose a tag to compare

Added

  • InAppChat: when chat is presented but not ready, instead of a blank screen, a new error will be presented. This screen is entirely customisable. For more info on how it looks and can be altered, check the documentation

Changed

  • InAppChat: old error banner has been modernised, now fully customisable and reacting to tap finger gestures.

14.2.1

08 Jan 12:27

Choose a tag to compare

Fixed

  • InAppChat: we fixed a case where the widget retrieval did not recovered from a force depersonalisation, and improved the SwiftUI chat example app.

14.2.0

01 Dec 14:11

Choose a tag to compare

Changed

  • The class AnimatedImageView was renamed to MMAnimatedImageView to avoid collision with Kingfisher dependency on ObjC bridges.

14.1.3

28 Nov 15:03

Choose a tag to compare

Changed

  • Removed deprecated hidden swift-version file previously used by cocoapods.

14.1.2

28 Nov 14:08

Choose a tag to compare

Changed

  • Further increase of swift_version to 5.5 in the podspec.

14.1.1

24 Nov 17:00

Choose a tag to compare

Fixed

  • Dynamic base url switching bug fix