Skip to content

Releases: webex/webexconnect-android-sdk

v3.1.0

Choose a tag to compare

@ashish-cisco ashish-cisco released this 25 Jun 03:35

New Features

• Introduced Customer JWT authentication with optional token exchange.
The SDK now supports secure authentication using a Customer JWT, with optional automatic exchange to a short‑lived Connect access token.
When enabled, the SDK automatically handles token storage, injection, refresh, and retry; otherwise, it sends the JWT directly with each request.
• Follows Webex Connect policy configuration, allowing the SDK to automatically work with either Connect or CC.
• Added In‑App Messaging support for Webex Contact Center (CC), including CC‑specific REST infrastructure, request/response handling, and object mapping.
• Added Business Hours support for CC assets, enabling applications to check availability and operating schedules.
• Android 17 compatibility changes.

v3.0.6

Choose a tag to compare

@ashish-cisco ashish-cisco released this 19 Feb 05:09

Enhancements

• Improved API response decoding to correctly handle Unicode and multibyte characters

v3.0.5

Choose a tag to compare

@ashish-cisco ashish-cisco released this 16 Oct 06:13

Enhancements

• Added support for Firebase Messaging v25.0.1 and play-services-base v18.9.0.

• Upgraded SQLCipher library to version 4.10.0.

• Upgraded to Kotlin 2.x
• Various internal improvements and enhancements.

Important

• 3.0.5 will require min supported OS version to be Android OS 6.0 (API level 23) and higher

v3.0.4

Choose a tag to compare

@ashish-cisco ashish-cisco released this 28 Aug 07:26

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.
• Fixed an intermittent issue that prevented the register method callback from being invoked.
• Various internal improvements and enhancements.

v3.0.3

Choose a tag to compare

@ashish-cisco ashish-cisco released this 22 May 01:40

New Features
• Android 16 compatibility changes.

Enhancements
• Various internal improvements and enhancements.

v3.0.2

Choose a tag to compare

@ashish-cisco ashish-cisco released this 13 Mar 07:07

Enhancements
• Support for firebase messaging v24.1.0
• Upgraded SQLCipher library version to 4.6.1.
• Resolved an issue where retries were incorrectly attempted for failed push topic subscriptions and unsubscriptions when the Push FCM/HMS module was not included.
• Various internal improvements and enhancements

v3.0.1

Choose a tag to compare

@ashish-cisco ashish-cisco released this 22 Jan 06:10

Enhancements
• Added support to migrate existing registration data from SDK v2.x
• Added Play Services Base as a transitive dependency for the Push FCM module
• Various security improvements

v3.0.0

Choose a tag to compare

@ashish-cisco ashish-cisco released this 30 Sep 08:34

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

webexconnect-core
webexconnect-push
webexconnect-fcm
webexconnect-hms
webexconnect-inappmessaging

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 WebexConnect.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.

v2.20.7

Choose a tag to compare

@ashish-cisco ashish-cisco released this 22 May 01:21

New Features
• Android 16 compatibility changes.

Enhancements
• Various internal improvements and enhancements.

v2.20.6

Choose a tag to compare

@ashish-cisco ashish-cisco released this 03 Apr 06:29

Enhancements
• Support for firebase messaging v24.1.0, play-services-base v18.5.0 version and location v21.3.0.
• Support for HMS Push kit version v6.13.0.300.
• Upgraded SQLCipher library version to 4.5.4.

Important
• 2.20.6 will require min supported OS version to be Android OS 5.0 (API level 21) and higher