xamarin / XamarinComponents

Plugins for Xamarin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BillingClient.QueryPurchasesAsync not awaitable

DevronB opened this issue · comments

Hi, is there a reason that QueryPurchasesAsync is not awaitable, i.e. does not return Task<Purchase.PurchasesResult>?

QueryPurchases does, but it's been deprecated.
image

image