Skip to content

Releases: infobip/mobile-messaging-sdk-ios

12.18.0

12 Dec 10:14
Compare
Choose a tag to compare

Added

  • InAppChat now allows to control and overwrite error UI presentation with new MMInAppChatDelegate's didReceiveException method.

12.17.0

05 Dec 13:18
Compare
Choose a tag to compare

Added

  • A new strategy for sending contextual metadata in multithreaded chats.
  • Dynamic language change for in-app chat.

12.16.0

21 Nov 11:40
Compare
Choose a tag to compare

Changed

  • Changes in the MMMessageHandlingDelegate to support .list option for showing notifications in the NotificationCenter if an application is on the Foreground. Check the Migration guide

12.15.0

20 Nov 09:12
Compare
Choose a tag to compare

Fixed

  • InAppChat now respects LargeTitleDisplayMode from navigation and has a better handling for children view controllers in case of multi-thread widget
  • InAppChat and WebRTCUI now adapt to dynamic base API URL in all scenarios

12.14.2

15 Nov 15:06
Compare
Choose a tag to compare

Added

  • Internal click reporting functionality to track user interactions with buttons of in-app messages

Notes

  • This update contains internal improvements only and no changes in the SDK usage
  • No breaking changes or public API modifications

12.14.1

28 Oct 12:48
Compare
Choose a tag to compare

Fixed

  • We disabled unnecessary caching in chat webview and online requests.

12.14.0

22 Oct 10:10
Compare
Choose a tag to compare

Added

  • A type field for the user model to detect whether it's a Lead or Customer.
  • The keepAsLead parameter for the personalization function to prevent promotion to Customer after personalization.

12.13.2

04 Oct 13:38
Compare
Choose a tag to compare

Changed

  • AttachmentViewController 'modalPresentationStyle' from ".fullscreen" to ".overFullscreen"

12.13.1

27 Sep 13:18
Compare
Choose a tag to compare

Fixed

  • Solved some deployment issues to Cocoapods.

12.13.0

26 Sep 10:12
Compare
Choose a tag to compare

Added

  • We exposed the raw content of messages in a new callback for custom uses