Skip to content

3.4.4

Compare
Choose a tag to compare
@SpertsyanKM SpertsyanKM released this 04 Aug 15:56
· 187 commits to main since this release
03bc496

What's new

  • Added isCancelled flag to purchase result. You can now check if the error occurred because the user manually canceled the flow or not. To receive that flag start using Purchase, PurchaseProduct, UpdatePurchase, and UpdatePurchaseWithProduct methods with new OnPurchaseResultReceived delegate instead of deprecated ones with OnPermissionsReceived delegate.
  • Added multiple parallel requests support for CheckPermissions, Restore, Products, and Offerings methods. If you were calling these methods from different parts of your app at the same moment, the first call used not to be responded at all. Now everything works fine!