Open jamesmontemagno opened 1 month ago
API change and version update.
Updated .NET SDK and various package versions, removed a property, and added error handling for network issues.
global.json
InAppBilling.android.cs
InTestingMode
BillingResponseCode.NetworkError
Plugin.InAppBilling.csproj
InAppBillingExceptions.shared.cs
NetworkError
PurchaseError
631
PR Classification
API change and version update.
PR Summary
Updated .NET SDK and various package versions, removed a property, and added error handling for network issues.
global.json
: Specified .NET SDK version 8.0.400.InAppBilling.android.cs
: RemovedInTestingMode
property and added handling forBillingResponseCode.NetworkError
.Plugin.InAppBilling.csproj
: Updated version numbers to 9.0.0.0 and various package references.InAppBillingExceptions.shared.cs
: AddedNetworkError
toPurchaseError
enum.