Skip to content

Releases: webex/wxconnect-core-ios-sdk

2.19.4

22 Apr 04:01
Compare
Choose a tag to compare

Enhancements and Improvements:
•Resolved an issue ensuring users now receive a new FCM token when they re-register following a previous unregistration.
•Various internal improvements and enhancements.

2.19.3

01 Feb 06:36
Compare
Choose a tag to compare

New Features:
•Added support for the Singapore environment.
•Added a privacy manifest file that outlines the types of data gathered by the Webex Connect SDK.

Enhancements:
•Enhanced the accuracy of the message deliveredAt value sent through the didReceiveMessage delegate.
•Various internal improvements and enhancements.

2.19.2

18 Dec 05:22
Compare
Choose a tag to compare

Enhancements and Improvements:
•Fixed an issue where the Thread update acknowledgment call was causing reopening threads and sending empty messages.
•Fixed a connection failure issue that could occur when the app was moved to the background and received a RT Push message.
•Connection stability enhancements when using WebSockets protocol.

2.19.1

07 Nov 04:02
Compare
Choose a tag to compare

Enhancements and Improvements:
• Fixed an issue that was hindering policy updates upon application restart

2.19.0

30 Oct 09:47
Compare
Choose a tag to compare

What is New
Introduced the fetchThread method to fetch the thread data for a given thread Id.
iOS 17 compatibility changes
What has changed
Added support for sending acknowledgment for Thread Update Event
Various internal improvements and enhancements

2.18.0

18 Jul 12:42
Compare
Choose a tag to compare

What is New/Changed
· Decoupled the request for push permissions from registration.
· Added support for arm64 simulators.
Enhancements and Improvements
· Upgraded SQLCipher library version to 4.5.3.
· Various internal improvements and enhancements

2.17.0

19 Mar 12:49
774a24a
Compare
Choose a tag to compare

What is New:
-Support multi-select drop-down as a new field type in form messages
-We now support distribution via Cocoapods and SPM

What has changed:
-Fixed an issue with the underlying In-app Messaging library which could lead to an app crash
-Removed duplicate values from the input array for the set message status method
-Various internal improvements and enhancements