Releases: webex/webexconnect-ios-sdk
3.0.6
3.0.5
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
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
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
Enhancements
• Fixed a data migration issue when transitioning from SQLcipher 3.x to 4.x.
• Various internal improvements and enhancements.
3.0.2
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
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
Enhancements
• Proactive unregistration for inactive app users.
3.0.0
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
Enhancements and Improvements
•Resolved an issue with arm64 simulator support.