We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While I am doing CrossInAppBilling.Current.ConnectAsync(); I am getting exception
Java.Lang.ClassNotFoundException: Didn't find class "com.android.billingclient.api.BillingClient
My target framework is : net7.0-android33.0
Nuget version : 7.0.5
The text was updated successfully, but these errors were encountered:
Good chance that Proguard/R8 is stripping it. Add these lines to your proguard.cfg file:
-keep class com.android.billingclient.api.** { *; } -keep class com.android.vending.billing.**
Sorry, something went wrong.
No branches or pull requests
While I am doing CrossInAppBilling.Current.ConnectAsync(); I am getting exception
Java.Lang.ClassNotFoundException: Didn't find class "com.android.billingclient.api.BillingClient
My target framework is : net7.0-android33.0
Nuget version : 7.0.5
The text was updated successfully, but these errors were encountered: