Skip to content

Releases: webex/webexconnect-ios-sdk

3.0.1

23 Jan 11:27
Compare
Choose a tag to compare

Enhancements
• Added support to migrate existing registration data from SDK v2.x.
• Keychain data access changed from always accessible to after first unlock.
• Various security improvements.

2.19.7

23 Jan 11:25
Compare
Choose a tag to compare

Enhancements
• Proactive unregistration for inactive app users.

3.0.0

30 Sep 07:44
Compare
Choose a tag to compare

What is New:
•We are happy to announce that we are launching a new set of modular SDKs for iOS to provide you with the flexibility to add selective functionality to your mobile apps depending on your requirements. Following are the module names

WebexConnectCore
WebexConnectPush
WebexConnectInAppMessaging

Notification Service Extension
The WebexConnectNotificationServiceExtension enhances the notification-handling capabilities of your application, providing seamless integration for rich push notification management.

Enhancements:
•Proactive unregistration for inactive app users.
•SDK will now be disabled if support for the SDK version is discontinued.

IMPORTANT
This version of the SDK requires devices to be re-registered with the Webex Connect platform.

When upgrading from a previous version of the SDK, ensure that you execute your registration code again. Use the WebexConnectProvider.instance.isRegistered method to determine the current registration status and conditionally execute your registration code.

If you have any questions or need assistance, please do not hesitate to reach out to us via Webex Connect Support.

2.19.6

11 Jul 08:12
Compare
Choose a tag to compare

Enhancements and Improvements
•Resolved an issue with arm64 simulator support.

2.19.5

10 Jun 08:50
Compare
Choose a tag to compare

Enhancements and Improvements:
•Resolved an issue that had the potential to cause the iOS application to crash in instances where the encryption key could be nil.

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