> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

Review the latest updates to the Payment Links SDK for native Android and ensure you download the most recent version.

<Update label="May 31, 2026" description="Latest">
  ## Android Payment Links SDK 1.6.0

  **Release notes:**

  * New event system logic for better reliability and performance, including normalized SDK status codes for consistency across platforms.
  * Added `orderResponseModel` to the `onPurchaseFailed` callback, allowing you to access full order details, such as `orderId`, `offerName`, and `price` on failed purchases.
  * SDK now includes network state support with retry functionality to handle cases of internet connection interruptions during order validation.
  * Updated foreground service type from `dataSync` to `shortService`, reducing Google Play Console declaration requirements. Manifest permissions and service tag are required.
  * Enriched Debug mode data.
  * Updated status codes with clearer, more specific statuses that better match current SDK behavior. See the changes in the [Troubleshooting](../troubleshooting) guide.
</Update>

<Update label="March 1, 2026" description="Latest">
  ## Android Payment Links SDK 1.5.0

  **Release notes:**

  * Improved the return-to-game flow via deeplink by reducing order validation processing time, resulting in a faster user experience.
  * Implemented a togglable foreground service to initiate notification status and keep the game thread active during checkout. (Recommended for older devices and memory-intensive applications, as it reduces the likelihood of Android system process termination.)
</Update>

<Update label="February 1, 2026">
  ## Android Payment Links SDK 1.4.0

  **Release notes:**

  * Updated the namespace from `com.appcharge.core` to `com.appcharge.paymentlinks`.
  * Improved the checkout flow by using `parsedUrl` instead of `url` and `checkoutSessionToken`.
  * Improved stability when switching browser modes.
  * Improved checkout performance and overall stability.
  * Enhanced debug mode for better troubleshooting.
  * Fixed a client crash caused by an uninitialized SDK during checkout.
  * Fixed a connection leak in CCT/TWA.
</Update>

<Update label="January 14, 2026">
  ## Android Payment Links SDK 1.3.1

  **Release notes:**

  * Fixed an issue where the checkout instance could reset after the application remained in the background for an extended period.
</Update>

<Update label="November 16, 2025">
  ## Android Payment Links SDK 1.3.0

  **Release notes:**

  * Added support for external browsers.
  * The Payment Links SDK is now available via [Maven Central](https://central.sonatype.com/artifact/com.appcharge/android-payment-links).
  * Added validation for `PurchaseId`.
  * Improved order validation logic.
  * Deprecated and removed the client-side `Award` logic (Award Purchase).
  * Fixed an issue where error code `4001` could occur.
  * Fixed an issue where some browsers triggered callbacks multiple times.
</Update>

<Update label="November 6, 2025">
  ## Android Payment Links SDK 1.2.0

  **Release notes:**

  * Modified ProGuard rules.
  * Added external browser support.
</Update>

<Update label="September 28, 2025">
  ## Android Payment Links SDK 1.1.0

  **Release notes:**

  * The SDK now automatically toggles between checkout domains based on the configurations you provide.
  * Modified error codes.
  * Improved order validation support.
</Update>

<Update label="August 28, 2025">
  ## Android Payment Links SDK 1.0.0

  **Release notes:**

  * Improved performance for internal browser.
  * Modified URL Scheme.
  * The internal browser now locks its orientation based on your application's current orientation.
  * The consume flow has been renamed to Award for clearer terminology and better alignment with platform conventions.
</Update>
