jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
668 stars 153 forks source link

ios bugfix for RestoreAsync() that affects GetPurchasedItem() #621

Closed electro-logic closed 3 months ago

electro-logic commented 3 months ago

bugfix for RestoreAsync(). This change fix GetPurchasedItem() too tested on iPhone

jamesmontemagno commented 3 months ago

This is doing the same thing, this wont compile either as you would need to add async to it.

jamesmontemagno commented 3 months ago

hmmm could be the finally gettting called i see tehre

jamesmontemagno commented 3 months ago

fixed in branch in other files as well

electro-logic commented 3 months ago

Hello, yes async should be added to the pull request to compile the code. This bugfix is about the finalizer as you already find out. Thank you, Leonardo