Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed May 4, 2022
1 parent a9da8f0 commit 8634946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuget/readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 8634946

Please sign in to comment.