From 38da96682a1c59e706e81260f4fc5602cc58161d Mon Sep 17 00:00:00 2001 From: David Villacis Date: Wed, 2 Sep 2020 15:39:19 -0700 Subject: [PATCH 1/2] iOS Messaging SDK - Version 6.0.1 --- _data/releasenotesios.yaml | 1 + .../ReleaseNotes/Regular/6.0.1.md | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md 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..c266ec6030 --- /dev/null +++ b/pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md @@ -0,0 +1,27 @@ +### 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. + +It is available on Swift version: +- 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29) +- 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51) +- 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) +- 5.3 (swiftlang-1200.0.28.1 clang-1200.0.30.1) + +{: .notice} +XCFramework is supported on CocoaPad versions 1.9.0 and greater. + + +#### 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. + + From 15059d62069f41d2759841888cf3c417beca705e Mon Sep 17 00:00:00 2001 From: David Villacis Date: Wed, 2 Sep 2020 16:06:54 -0700 Subject: [PATCH 2/2] iOS Messaging SDK - Version 6.0.1 --- .../ReleaseNotes/Regular/6.0.1.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md b/pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md index c266ec6030..33e9512516 100644 --- a/pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md +++ b/pages/Documents/MessagingChannels/MobileAppMessagingSDKforiOS/ReleaseNotes/Regular/6.0.1.md @@ -6,15 +6,12 @@ ##### Environmental Requirements The iOS Mobile Messaging SDK version 6.0.1 is supported on iOS versions 11 through 13. -It is available on Swift version: -- 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29) -- 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51) -- 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) -- 5.3 (swiftlang-1200.0.28.1 clang-1200.0.30.1) - {: .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.