Skip to content

New method 'getPaywalls' was implemented

Compare
Choose a tag to compare
@ABIvan-Tech ABIvan-Tech released this 04 Jun 14:29
· 471 commits to master since this release
645fac3

What's new in 1.1.0:

  • Added new method fun "getPaywalls", which fetches paywalls configured in Apphud Products Hub.

  • Method products() is deprecated in favor of fun getPaywalls.

  • Method product: [productId] is deprecated in favor of fun getPaywalls.

  • Method productsFetchCallback() is deprecated in favor of fun getPaywalls.

  • Method purchase: [productId] is deprecated in favor of fun getPaywalls.

  • Method purchase: [SkuDetails] is deprecated in favor of fun getPaywalls.

  • Method “purchase” was improved: now returns ApphudError if there are some problems with “Service account JSON” in Android app settings

  • Method “restorePurchases” was changed: now callback is called only once with data or ApphudError

  • Internal improvements