diff --git a/_data/releasenotesios.yaml b/_data/releasenotesios.yaml index 835e58198a..e3ed1e2678 100644 --- a/_data/releasenotesios.yaml +++ b/_data/releasenotesios.yaml @@ -20,6 +20,7 @@ Limited: #Regular Release Regular: versions: [ + { version: "6.0.1" }, { version: "6.0.0" }, { version: "5.2.0" }, { version: "5.1.1" }, diff --git a/pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md b/pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md new file mode 100644 index 0000000000..33e9512516 --- /dev/null +++ b/pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md @@ -0,0 +1,24 @@ +### Version 6.0.1 +#### iOS Messaging SDK + +**Release Date**: September 2, 2020 + +##### Environmental Requirements +The iOS Mobile Messaging SDK version 6.0.1 is supported on iOS versions 11 through 13. + +{: .notice} +XCFramework is supported on CocoaPad versions 1.9.0 and greater. + +#### Contents +- iOS SDK 6.0.1 contains same changes as [6.0.0](#version-600) +- This version also compiles on the XCode 12 beta + +#### Known Issues +* The config bubbleEmailLinksRegex not working properly. +* Crashes on fetched result controller (including but not limited to, Welcome Message & Welcome Message with Quick Replies) +* Conversation view is not displayed properly while the phone is on low network conditions. +* Media messages may not be sent successfully after network connection loss. +* In VoiceOver mode, the content beneath the PDF viewer got announced, and this issue was found in 5.2.0. +* Configs with the types of UIStatusBarStyle(conversationStatusBarStyle, secureFormUIStatusBarStyle and csatUIStatusBarStyle) are not working on iOS 13 due to dark mode. + +