jamesmontemagno / InAppBillingPlugin

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

RestoreCompletedTransactionsFinished on iOS obsolete #39

Closed ExperimentsAndIdeas closed 7 years ago

ExperimentsAndIdeas commented 7 years ago

SKPaymentQueue is the replacement for obsolete RestoreCompletedTransactionsFinished() override in this code:

https://github.com/jamesmontemagno/InAppBillingPlugin/blob/cd07a55eacabd093163b3846ea3342fc63fcd427/src/Plugin.InAppBilling.iOS/InAppBillingImplementation.cs#L338

Replace with

http://stackoverflow.com/a/14313705

jamesmontemagno commented 7 years ago

We already use skpaymentqueue and implement that method.

jamesmontemagno commented 7 years ago

Closing with not enough information