Skip to content

Releases: webex/webexconnect-ios-sdk

3.0.6

04 Dec 03:51

Choose a tag to compare

Enhancements:
• Fixed an app crash occurring during concurrent RetryRequest operations.
• Various internal improvements and enhancements.

3.0.5

16 Oct 06:03
76b3f56

Choose a tag to compare

Enhancements
• Upgraded SQLCipher library to version 4.10.0.
• Fixed an issue where location attachment latitude and longitude values were not converted from String to Double.
• Various internal improvements and enhancements.

3.0.4

28 Aug 08:18
e7309c1

Choose a tag to compare

New Features
• Added support for publishing delivery receipts for Thread Alert messages.

Enhancements
• Publishing typing Indicator Events are now limited to one event every five seconds.
• Enhanced stability for in-app messaging connection authentication.
• Updated Environment class variables to use lowercase for improved consistency.
• Various internal improvements and enhancements.

3.0.3

02 May 10:11

Choose a tag to compare

Enhancements
• Resolved an issue that was preventing the establishment of WebSocket connections.
• Fixed a data migration issue when transitioning from SQLcipher 3.x to 4.x.
• Various internal improvements and enhancements.

2.19.8

02 May 10:22

Choose a tag to compare

Enhancements
• Fixed a data migration issue when transitioning from SQLcipher 3.x to 4.x.
• Various internal improvements and enhancements.

3.0.2

13 Mar 09:43

Choose a tag to compare

Enhancements
• Upgraded SQLCipher library version to 4.6.1.
• Fixed issues with DefaultMessageStore methods (loadUnreadThreads and getUnreadThreadCount) returning incorrect data.
• Various internal improvements and enhancements.

3.0.1

23 Jan 11:27

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

Choose a tag to compare

Enhancements
• Proactive unregistration for inactive app users.

3.0.0

30 Sep 07:44

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

Choose a tag to compare

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