Mobile Messaging Sdk Ios Versions Save

Mobile Messaging SDK for iOS

12.6.3

1 month ago

Added

  • Privacy manifest added to the Example application

12.6.2

1 month ago

Changed

  • Added user data usage into the Privacy manifest for Swift Package
  • Provided Message dictionary representation method for plugin support

Check the HowTo article about the Privacy Manifest

12.6.1

1 month ago

Changed

  • Outdated docs in the code for the MessageHandlingDelegate
  • Receiving the BaseURL enhancement

12.6.0

1 month ago

Fixed

  • The following was fixed in WebRTCUI: microphone and camera buttons were not displaying the permission status, and local video view was improperly placed upon returning to full screen mode (from PIP)

12.5.1

1 month ago

Added

  • Added user data usage into the Privacy manifest.

12.5.0

2 months ago

Added

  • Core: We now offer a PrivacyInfo file (with description on our use of UserDefaults)

Changed

  • InAppChat: chatWidget variable in the chat view controller is now public for reading, allowing you to see what configuration was defined for it in web side (including the list of theme names available for it).

Fixed

  • WebRTCUI: Often, the call UI buttons were getting unresponsive when coming from background state, and PIP mode was not behaving properly in some SwiftUI layouts.
  • InAppChat: Corrected a threading issue when setting the composer visibility on first load.

12.4.1

2 months ago

Added

  • minor changes for plugin

12.4.0

2 months ago

Added

  • InAppChat: New method for setting widget theme, which applies customisation for messages in sync with web settings.

Changed

  • InAppChat: Old darkSettings and colourTheme variables become deprecated, as the widget theme mentioned above is the new preferred way. The variables still work and can be used, but they will be removed in future releases.

12.3.7

2 months ago

Fixed

  • InAppChat: Fixed the risk of potential use of deallocated views/delegates when invoking from push notifications.

12.3.6

3 months ago

Fixed

  • WebRTCUI: minor fix related to implicit use of self in closure