August updates: Adapty SDK 2.6.2 and other improvements
Updated: October 27, 2024
3 min read
The last month of summer saw several useful technical updates for our product. Let’s recall what was improved.
New fields for Webhook sandbox
For your testing needs in the staging environment, we added two more fields on the Webhook integration page:
- Sandbox endpoint URL: Adapty will use this URL to send HTTP POST requests when events occur in the staging environment. Similar to production, your endpoint must respond with a 200 HTTP code upon receiving the isMount event.
- Authorization header value for sandbox endpoint: This field is optional but advisable for enhanced security in the staging environment. Your server can validate requests from Adapty using this value during testing in the sandbox environment.
Adapty SDK 2.6.2
Adapty SDK has been updated to version 2.6.2. The changes include the support for Google Billing Library v5 and v6 that we already mentioned in the July updates, as well as several improvements and additions to the public API for the native Android, Flutter, and React Native SDKs. Let’s have a look at some of the key changes:
- Payment mode for discounts: To align with iOS, we have added the
paymentMode
property to theAdaptyProductDiscountPhase
entity. - Price entity updates: The
price
,localizedPrice
,currencyCode
andcurrencySymbol
properties have been moved fromAdaptyPaywallProduct
to a new entity calledPrice
. - SKU details update: The
skuDetails
property inAdaptyPaywallProduct
has been renamed toproductDetails
to reflect the use of original product entities from Google. - Eligibility status update: In AdaptyEligibility, we have replaced the
UNKNOWN
value withNOT_APPLICABLE
. The latter is used for products that cannot contain offers, such as prepaid products in the Google Play console.
Find the full list of changes and enhancements in our docs.
2024 subscription benchmarks and insights
Get your free copy of our latest subscription report to stay ahead in 2024.
Sorting for tables
You can now sort out the tables with detailed metrics – currently, this relates to the tables in the Placements section. The table also supports the sorting of multiple columns.
Member settings update
Now you can add new members and grant access to all your apps much quicker by choosing “Select all”.
Product creation update
With Paywalls 2.0 the overall interface of Adapty underwent different changes and improvements. The way of creating a new product has also changed – now you can add the product info along with the offers in the same modal window.
Recommended posts