Skip to content

iOS Messaging SDK - Version 6.8.3.838

Compare
Choose a tag to compare
@dvillacis94 dvillacis94 released this 01 Jul 19:16
· 48 commits to master since this release

Version 6.8.3

iOS Messaging SDK

Release Date: July 1st, 2022

Environmental Requirements

The iOS Mobile Messaging SDK version 6.8.3.838 is supported on iOS versions 13 through 15.

This XCFramework was compiled with Swift version Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) which means it will work Swift version 5.2.4 and above.

XCFramework is supported on CocoaPad versions 1.9.0 and greater.

New Features
Exposing new Notification to be trigger once the Conversation Screen gets dismissed

Create new Notification to be sent once the Conversation Screen is dismissed, this will work the same way as the LPMessagingSDKConversationViewControllerDidDismiss delegate.

How to use:

NotificationCenter.default.addObserver(self,
                                       selector: #selector(lpMessagingSDKConversationViewControllerDidDismissedNotification),
                                       name: Notification.Name("LP_CONVERSATION_VIEW_CONTROLLER_DISMISSED"),
                                       object: nil)

lpMessagingSDKConversationViewControllerDidDismissedNotification is a generic name for the function responding to the event

Enhancements
  • BrandName/AgentName will be announced as headers by VoiceOver assistant instead of text.
Bugs fixed
  • Fixed the issue with duplicated rendering of quick reply actions
  • Fixed issue when Attachment Menu will be announced with wrong state, for modifying the default announcements, override the following keys:
    • fileSharingAttachmentMenu: "Attachment menu"
    • fileSharingCloseAttachmentMenu: "Close attachment menu"

For more information about localizing strings, see link