Skip to main content

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.

Review the latest updates to the Payment Links SDK for native Android and ensure you download the most recent version.
May 31, 2026
Latest
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 guide.
March 1, 2026
Latest
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.)
February 1, 2026
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.
January 14, 2026
Release notes:
  • Fixed an issue where the checkout instance could reset after the application remained in the background for an extended period.
November 16, 2025
Release notes:
  • Added support for external browsers.
  • The Payment Links SDK is now available via Maven Central.
  • 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.
November 6, 2025
Release notes:
  • Modified ProGuard rules.
  • Added external browser support.
September 28, 2025
Release notes:
  • The SDK now automatically toggles between checkout domains based on the configurations you provide.
  • Modified error codes.
  • Improved order validation support.
August 28, 2025
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.