Skip to main content
10-16-2025
Android SDK

Android SDK 6.7.0

What’s New

Version 6.7.0 of the Android SDK resolved an infinite loop error when calling the authenticate() method with an expired authToken.

Impact

The SDK now properly handles 401 responses from the server when the token has expired, preventing continuous OTP re-prompts and allowing the session to fail gracefully.
08-06-2025
Android SDK

Android SDK 6.5.1

What’s New

Version 6.5.1 of the Android SDK removes the cryptographic key availability warning being logged during first-time installation. To upgrade to the latest SDK, update your dependencies:
Java
  dependencies {
    // Existing dependencies are here.

    // Add the Prove Link dependencies:
    implementation 'com.prove.sdk:proveauth:6.5.1'
  }

Impact

This improves security and log clarity for new SDK integrations.
07-14-2025
iOS SDK

iOS SDK 6.5.1 Certificate Fix

Action Required

On July 10, 2025, Prove’s iOS Distribution certificate was unintentionally revoked due to an administrative error. This certificate signs officially released Mobile Auth and Client-Side iOS SDKs.If you develop with the Prove iOS SDK, update to version 6.5.1 immediately. This resolves certificate issues that may prevent your app from building or releasing to the App Store.
iOS
# In your Podfile, update the SDK version
pod 'ProveAuth', '6.5.1'
If you have any questions or need further guidance with the iOS SDK update, please submit a support ticket through the Developer Portal or contact your Prove representative.
06-04-2025
.NET SDKServer SDK

Release Dates

Staging: Tuesday, June 3, 2025
Production: Wednesday, June 4, 2025

.NET Server-Side SDK

What’s New

  • .NET server-side SDK is now available for all Prove Platform products including Prove Pre-Fill®, Prove Identity®, Prove Verified Users, and Prove Unify.
  • .NET developers can now integrate Prove’s identity verification and authentication services using familiar C# syntax and .NET conventions.
  • The SDK provides the same comprehensive functionality as our other server-side SDKs, including OAuth authentication, correlation ID management, and all API endpoints.
  • Install via NuGet: dotnet add package Prove.Proveapi --version 1.0.1
  • Refer to the Server-Side SDK Guides for implementation details and code examples.

Impact

This addition provides .NET developers with native tooling for seamless integration. Organizations using .NET can now implement Prove’s identity verification solutions without requiring additional language dependencies or custom API integration work.
06-04-2025

Release Dates

Staging: Wednesday, June 4, 2025
Production: Wednesday, June 4, 2025

Android SDK - OTP Prompt Fix

What’s New

Updated Android SDK to version 6.4.1 to resolve an issue where OTP prompts were not appearing on devices without SIM cards. To upgrade to the latest SDK, update your dependencies:
dependencies {
  // Existing dependencies are here.

  // Add the Prove Link dependencies:
  implementation 'com.prove.sdk:proveauth:6.4.1'
}

Impact

This ensures consistent authentication flows across all Android device configurations, improving user experience for customers using devices in Wi-Fi-only mode or with inactive SIM cards.

Web SDK - Mobile Auth Latency Fix

What’s New

Updated Web SDK to version 2.10.1 to fix Mobile Auth latency issues. Install the latest version by executing the following command:
npm install @prove-identity/prove-auth@2.10.1

Impact

This improvement reduces authentication response times and provides a more responsive user experience during the Mobile Auth flow.
05-22-2025

Release Dates

Staging: Thursday, May 22, 2025\Production: Thursday, May 29, 2025

Product Launch

Prove Identity Manager
05-13-2025

Release Dates

Staging: Tueesday, May 13, 2025Production: Tuesday, May 20, 2025

Enhancements

EU Region Improvements
  • Enhanced BYOP (Bring Your Own Phone) flows in the EU region by allowing empty phone numbers in /unify endpoint calls when possessionType=none.
  • Added comprehensive country validation logic for improved regional support.
API Response Improvements
  • Added identityId field to /verify and /verify-status endpoint responses for Verified Users, enabling better risk event tracking when clientCustomerId is not provided.
Sandbox Testing Enhancements
  • Created new test user with two addresses for P1 that fails Mobile Auth but passes OTP authentication.
  • Updated Mobile Auth test behavior for P1/P2 users to provide more reliable testing scenarios.

Bug Fixes

Possession Check ReliabilityFixed Mobile Auth behavior in sandbox to ensure consistent testing results and proper fallback to OTP when Mobile Auth fails.Policy ValidationResolved corner case where missing address scores or name scores in Verify calls were incorrectly flagged as passing in Complete calls.
03-18-2025
Unified AuthenticationAndroid SDKiOS SDK

Release Dates

Staging: Wednesday, March 13, 2025
Production: Wednesday, March 18, 2025

Enhancements

Prove Unified Authentication
  • Prove Unified Authentication is live. Use the endpoints /v3/unify, /v3/unify-status, and /v3/unify-bind to implement the Prove Unified Authentication solution.
  • Refer to the Unified Authentication flow documentation for more details.
    dependencies {
      // Existing dependencies are here.
    
      // Add the Prove Link dependencies:
      implementation 'com.prove.sdk:proveauth:6.4.0'
    }
    
02-26-2025

Release Dates

Staging: Wednesday, February 26, 2025Production: Wednesday, February 26, 2025

Enhancements

Prove Verified Users
02-13-2025

Release Dates

Staging: Thursday, February 13, 2025Production: Friday, February 14, 2025

Enhancements

Mobile Auth Sandbox TestingWhen testing Mobile Auth in Sandbox, you can submit an empty phone number to /v3/start with test user, Van Moors.
12-05-2024

Release Dates

Staging: Thursday, December 5, 2024Production: Friday, December 6, 2024

Product Launch

Prove Verified UsersProve Verified Users is live. Two endpoints, v3/verify and v3/verify-status, are available to implement the Verified Users solution.

Product Launch

Prove Verified UsersProve Verified Users is live. Two endpoints, v3/verify and v3/verify-status, are available to implement the Verified Users solution.
11-26-2024

Release Dates

Staging: Tuesday, November 26, 2024Production: Tuesday, November 26, 2024

Bug Fixes

/v3/complete ErrorFixed an issue where the /v3/complete endpoint sometimes returned an error when a social security number was missing.
10-18-2024

Release Dates

Staging: Friday, October 18, 2024Production: Wednesday, October 23, 2024

Enhancements

Prove Identity Test UserAdded Identity Test User that fails Mobile Auth.Web SDK UpdateUpdated the Web SDK to fix the blocked by new CORS policy error.
10-04-2024

Release Dates

Staging: Friday, October 4, 2024Production: Tuesday, October 8, 2024

Enhancements

Instant Link and SMS Message CustomizationInstant Link and SMS message customization is available in the Start endpoint.Challenge Response Update in SandboxThe full date of birth dob and full social security number ssn return in the Challenge response when success=true.
09-17-2024

Release Dates

Staging: Tuesday, September 17, 2024Production: Wednesday, September 18, 2024

Enhancements

Instant Link Error CodeThe error status 1001 info IP address not supported no longer appears when using Instant Link on the Web SDK.Date of Birth Field FormatThe dob field in the /challenge endpoint updates to always return in the format: YYYY-MM-DD.Multiple Data Sources ProvisionUpdated the underlying success=true/false logic to handle multiple data sources.Request Field ParityParity improved on the request field validation between Sandbox and Production.Additional API ResponseUpdated the Know Your Customer (KYC) / Customer Identification Program (CIP) output in the API specification for the /complete endpoint.Mobile SDK JFrog CredentialsAndroid and iOS SDKs no longer require Jfrog credentials to download.
08-27-2024

Release Dates

Staging: Tuesday, August 27, 2024Production: Thursday, August 29, 2024

Enhancements

Error Codes NumberingUpdated error codes to 8XXX instead of 1XXX.Additional Test UsersAdded Know Your Customer (KYC) / Customer Identification Program (CIP) responses for eight test users in Sandbox for Prove Pre-Fill and Prove Identity use cases.