You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
1
## In-App Billing Plugin for .NET MAUI and Windows
2
2
3
+
> Important Note: I do not plan on continuing support for this library. As noted in April of 2025: In App Purchase APIs have always been extremely complex, hard to manage, hard to update, and hard to streamline into a single API. I have enjoyed working and evolving this project over the years, but with StoreKit being deprecated for StoreKit2 and the ever-evolving Android Billing Library that always has massive changes, I simply do not have the time and energy to keep the library up to date. I appreciate everyone that has contributed over and used the library over the years. I encourage forking and evolving the library and of course you can just pull the source code into your project directly.
4
+
3
5
A simple In-App Purchase plugin for .NET MAUI and Windows to query item information, purchase items, restore items, and more.
4
6
5
7
Subscriptions are supported on iOS, Android, and Mac. Windows/UWP/WinUI 3 - does not support subscriptions at this time.
6
8
7
9
## Important Version Information
10
+
* v10 now supports .NET 10+ and Android Billing v8
8
11
* v9 now supports .NET 9+ and Android Billing v7
9
12
* v8 now supports .NET 8+ .NET MAUI and Windows Apps.
10
13
* v7 now supports .NET 6+, .NET MAUI, UWP, and Xamarin/Xamarin.Forms projects
@@ -23,7 +26,6 @@ Get started by reading through the [In-App Billing Plugin documentation](https:/
Copy file name to clipboardExpand all lines: nuget/readme.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
In-App Billing Plugin for .NET MAUI
2
2
3
+
> Important Note: I do not plan on continuing support for this library. As noted in April of 2025: In App Purchase APIs have always been extremely complex, hard to manage, hard to update, and hard to streamline into a single API. I have enjoyed working and evolving this project over the years, but with StoreKit being deprecated for StoreKit2 and the ever-evolving Android Billing Library that always has massive changes, I simply do not have the time and energy to keep the library up to date. I appreciate everyone that has contributed over and used the library over the years. I encourage forking and evolving the library and of course you can just pull the source code into your project directly.
4
+
5
+
* v10 now supports .NET 10+ and Android Billing v8
0 commit comments