Releases: webex/webexconnect-ios-sdk
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.
2.19.5
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
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
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
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
Enhancements and Improvements:
• Fixed an issue that was hindering policy updates upon application restart
2.19.0
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
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
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