Skip to content

v0.4.0

Compare
Choose a tag to compare
@divanc divanc released this 12 Nov 14:49
· 546 commits to master since this release

Features

  • Now for heavy requests, such as getPaywalls, makePurchase, getInfo, you can choose wether you want to fetch data or use data, which was fetched for you during app initialization
  • validateReceipt now returns purchaserInfo on success
  • makePurchase now always returns receipt, purchaserInfo & product on success
  • purchases.restore now always returns receipt and purchaser info lest there were no purchases
  • validateReceipt is now marked deprecated
  • Android native SDK bumped 0.5.1 -> 0.6.0
  • iOS native SDK bumped 1.8.1 -> 1.9.1

Fixes

  • Now app doesn’t crash if one passes non-string value customerUserId inactivateAdapty
  • makePurchase now proccesses faster
  • Android validateReceipt now can’t crash app
  • A lot of optimization fixes