Skip to main content
May 29, 2026

Added

  • Multiple App ID support.
  • SNA IPv4 and IPv6 support.
May 11, 2026

Added

  • Auth fingerprinting: device intelligence integration with rsId correlation injected across all auth requests.

Changed

  • Merchant config API for device intelligence config changed from GET to POST.

Removed

  • Removed the legacy Intelligence Service Manager and related classes.
April 30, 2026

Added

  • SIM binding to detect SIM swap after SNA/SMS OTP authentication. Exposes checkSimBindingStatus() and clearSimBinding(); opt-in via isSimBindingEnabled. Binding data is stored only in EncryptedSharedPreferences.
April 29, 2026

Fixed

  • Fixed an SMS retriever NullPointerException related to the class loader.

Changed

  • Updated otpless-autoread-sdk to 0.1.9.
March 20, 2026

Added

  • SMS sender (originating source) information in auto-read.

Changed

  • Added request ID support.

Removed

  • Removed the Google phone number validator dependency.
March 12, 2026

Improved

  • Auto-read channel handling: a common callback for auto-read, with autoReadChannel parsed and returned in the callback and the Verify OTP response.

Changed

  • Updated otpless-autoread-sdk to 0.1.7.
March 5, 2026

Added

  • Conditional config call for fast initialization (state and config use-cases merged into the init use-case).
February 26, 2026

Added

  • Added verification.properties for ownership proof to the Play Integrity APIs.
February 11, 2026

Fixed

  • Fixed a mutex lock bug.
February 5, 2026

Fixed

  • Fixed a TelephonyManager SecurityException by wrapping TelephonyManager.isDataEnabled in try-catch.
January 22, 2026

Added

  • Session management support.

Fixed

  • Fixed a Truecaller setLocale crash when Truecaller is not installed.
January 15, 2026

Added

  • Added Airtel SNA whitelisting URL support.
  • Added try-catch handling and event logging for Truecaller onActivityResult.
December 22, 2025

Fixed

  • Resolved delay uninitialize error related to Device ID (Intelligence SDK support).
December 19, 2025

Added

  • Client metadata support.
  • Support for new VI SNA.
December 16, 2025

Improved

  • SNA network enhancements:
    • Improved SIM and network details.
    • Updated default SNA API timeout.
December 11, 2025

Changed

  • Updated otpless-intelligence-sdk version to 1.0.3.
December 4, 2025

Added

  • Intelligence Service Manager:
    • Exposed stop intelligence method to the client.

Changed

  • Updated otpless-intelligence-sdk dependency to the latest version.
November 25, 2025

Added

  • Device Intelligence and fraud detection SDK.
November 20, 2025

Improved

  • Enhanced events for Phone Discovery UI.
November 11, 2025

Added

  • TID support in background auth.
November 10, 2025

Changed

  • Phone Discovery UI dialog text updates (textual changes).
November 6, 2025

Added

  • Support for custom Terms & Conditions in Phone Discovery UI (repeat users).
November 5, 2025

Added

  • Exposed method to close dialog (if open) in Phone Discovery UI for repeat users.
November 3, 2025

Added

  • Correlation ID (tsid) for improved log traceability during failures.
October 31, 2025

Added

  • Added UI for phone number discovery for repeat users.
October 14, 2025

Changed

  • Updated Verify API method from GET to POST.
September 19, 2025

Changed

  • Default SIM configuration updated to prioritize data network over call.
September 19, 2025

Changed

  • Added new keyfiles for publishing.
August 11, 2025

Added

  • GAID fetching dependency added to the core module (replaced reflection approach).

Improved

  • Event improvements.
August 7, 2025

Fixed

  • Fixed SNA cellular data connection check to ensure proper functionality.
July 23, 2025

Removed

  • Removed OkHttp internal dependency (okhttp3.internal is no longer used).
July 9, 2025

Features

  • Introduced new response type AUTH_TERMINATED for terminal authentication failures.
July 2, 2025

Fixes

  • Fixed locale-related issues with the latest SDK update.
June 17, 2025

Fixes

  • ANR fix added on Otpless initialize.
June 9, 2025

Fixes

  • Made SNA error event immutable to handle multithreading exception.
June 3, 2025

Features

  • Logging can be enabled or disabled.
May 21, 2025

Fixes

  • Made the default object immutable to prevent concurrent modifications.
May 20, 2025

Fixes

  • Multiple failure response fix in case of Truecaller.
May 14, 2025

Fixes

  • Fixed code verification on app killed state.

Improvements

  • Removed Truecaller configuration from AndroidManifest.
May 13, 2025

Fixes

  • Truecaller on-activity-result case handled.
May 12, 2025

Improvements

  • Added explicit declaration of SIM State receiver in AndroidManifest.xml.
May 5, 2025

Features

  • Integrated Truecaller Single Sign-On (SSO) using the native Truecaller SDK.
April 28, 2025

Improvements

  • Bug fixes and optimizations for better performance.
April 4, 2025

Improvements

  • Better internal event handling.
April 3, 2025

Fixes

  • Fixed a bug in which SNA api did not work as intended sometimes.
March 28, 2025

Fixes

  • otpLength not being sent in case of OTP_LINK.
  • authType not being sent in case of custom request.
March 27, 2025

Features

  • Added otpLength in INITIATE response indicating the length of the OTP that has been sent to the user.
March 25, 2025

Fixes

  • Fixed a bug in which FALLBACK_TRIGGERED was sometimes not being sent to the user.
March 25, 2025

Fixes

  • Fixed a bug in which DELIVERY_STATUS resposne was sometimes not sent to the user.
March 24, 2025

Features

  • DELIVERY_STATUS response added for SmartAuth.

Fixes

  • GoogleCredentialApi version downgrade to stable version.
March 24, 2025

Features

  • Added INITIATE & VERIFY responses for SNA.
March 17, 2025

Fixes

  • Fixed an issue in which otp auto read did not work properly.
March 7, 2025

Fixes

  • Fixed an issue in which the app crashed because of EncryptedSharedPreferences on some lower end devices.
March 6, 2025

Fixes

  • Android error codes that did not match the documentation.
March 6, 2025

Fixes

  • Chucker dependency issue.
March 6, 2025

Fixes

  • Activity memory leak fix.
  • Fixed the bug in which previous ONETAP response was sometimes sent again.
  • Android core degraded to 1.13.1 and auto read to 0.1.2 for better backward compatibility.
March 4, 2025

Features

  • Added templateId support for SmartAuth.
  • Added event SDK_READY to notify that the sdk has been initialized.

Improvements

  • Robust api request handling.
  • Further robust utilization of AutoReadSDK.
February 28, 2025

Improvements

  • Robust request handling by discarding old requests when a new request is made.
  • Added retry mechanism for SDK initialization.

Fixes

  • Fixed a bug in which No Internet Connection response was sent when it was not required.
February 27, 2025

Features

  • SmartAuth templateId support added for OTP delivery.
February 19, 2025

Fixes

  • Fixed crash related to network connectivity issues.
  • Fixed SNA timeout issues.

Improvements

  • Performance and resources optimizations for OTP delivery.
February 10, 2025

Fixes

  • Fixed SDK initialization tracking bug.
January 31, 2025
  • Initial release.

Size History (AAR)