diff --git a/nuget/readme.txt b/nuget/readme.txt index 485b132..83196a1 100644 --- a/nuget/readme.txt +++ b/nuget/readme.txt @@ -1,10 +1,11 @@ In App Billing Plugin for .NET MAUI, Xamarin, & Windows +SUPER IMPORTANT: iOS has changed the way in which in-app purchases are handled. They are no longer automatically finished and you must call `FinalizePurchaseAsync(string transactionIdentifier)` on each transaction! + Version 5.0+ has more significant updates! 1.) We have removed IInAppBillingVerifyPurchase from all methods. All data required to handle this yourself is returned. 2.) iOS ReceiptURL data is avaialble via ReceiptData 3.) We are now using Android Billing version 4 -4.) SUPER IMPORTANT: iOS has changed the way in which in-app purchases are handled. They are no longer automatically finished and you must call `FinalizePurchaseAsync(string transactionIdentifier)` on each transaction! Version 4.0 has significant updates.