The release notes provide the latest updates to our API Reference documentation. It contains comprehensive information on all API modifications, including new features and version updates. Each release note details specific changes and any required actions for developers. By regularly reviewing this page, you can stay informed about the latest improvements to our platform and ensure you have the most current information to optimize your integration with Appcharge.
WebGL SDK for Unity
The new WebGL SDK for Unity provides a streamlined in-game payment solution, enabling secure and native transactions. With a quick and easy setup, it supports multiple payment methods, ensuring accessibility for all players. This integration enhances the player experience while maximizing revenue with minimal effort.
For updates to the SDK, refer to the WebGL SDK for Unity Changelog.
(March 3, 2025)
Offers V2 API
A new version of the Offers API is now available. Offers V2 API enables you to create and manage offers more effectively, helping to enhance player engagement and improve customer retention. It supports various offer types, including bundles, special offers, daily bonuses, and post-purchase deals.
With the Offers V2 API, you can:
- Create and update a bundle.
- Create and update a special offer.
- Create and update a rolling offer.
- Create and update a daily bonus.
- Create and update a post-purchase popup.
- Get and delete offers.
Key changes from Offers API -> Offers V2 API
We made the following updates to the Offers entity:
- We added a new
productSale
object, which includes a newamountBeforeSale
property. - The
dynamicOfferUi
property is deprecated. Sending this in the payload will result in a failure:- The
dynamicOfferUi.badges
object has been moved to the root level asbadges
. - The
dynamicOfferUi.salePercentage
anddynamicOfferUi.salePercentageType
properties have been moved to the newproductSale
object asproductSale.salePercentage
andproductSale.salePercentageType
.
- The
- The
intervals
property is deprecated. Sending this in the payload will result in a failure. Use theschedule
property instead. - The
coolDownInHours
property is deprecated. Sending this in the payload will result in a failure. - The
publisherSectionId
property is now only relevant for the Bundles API.
(February 26, 2025)
Rolling Offers API
The Offers API contains a new Rolling Offers API that allow players to unlock deals in succession. As each offer is claimed, the next one is revealed, keeping players engaged and eager to continue. The rolling offer feature boosts player interaction and maximizes revenue potential.
With the new Rolling Offer API you can:
Learn more about the Rolling Offer feature.
(February 18, 2025)
Offers API
We added a newschedule
property in the Create an Offer and Update an Offer APIs, allowing publishers to specify the time intervals when promotions are available.
(October 1, 2024)