Review the latest updates to the Payment Links SDK for native Android and ensure you download the most recent version.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.
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
orderResponseModelto theonPurchaseFailedcallback, allowing you to access full order details, such asorderId,offerName, andpriceon 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
dataSynctoshortService, 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.
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.)
February 1, 2026
Android Payment Links SDK 1.4.0
Release notes:- Updated the namespace from
com.appcharge.coretocom.appcharge.paymentlinks. - Improved the checkout flow by using
parsedUrlinstead ofurlandcheckoutSessionToken. - 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
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.
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.
- Added validation for
PurchaseId. - Improved order validation logic.
- Deprecated and removed the client-side
Awardlogic (Award Purchase). - Fixed an issue where error code
4001could occur. - Fixed an issue where some browsers triggered callbacks multiple times.
November 6, 2025
Android Payment Links SDK 1.2.0
Release notes:- Modified ProGuard rules.
- Added external browser support.
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.
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.
