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
Describe the bug
A clear and concise description of what the bug is. The more detail you can provide the faster our team will be able to triage and resolve the issue. Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
We noticed a crash in production happening to few users on this specific device only (so far), running Android 11: AMD Stoney Ridge Chromebook.
Environment
Platform: Android
SDK version: 8.10.3
OS version: 11
Android Studio version:
How widespread is the issue. Percentage of devices affected. Tiny
Steps to reproduce, with a description of expected vs. actual behavior
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Fatal Exception: java.lang.ExceptionInInitializerError:
at com.google.android.gms.internal.play_billing.zzai.zzi(com.android.billingclient:billing@@7.0.0:2)
at com.google.android.gms.internal.play_billing.zzai.zzj(com.android.billingclient:billing@@7.0.0:7)
at com.android.billingclient.api.QueryProductDetailsParams$Builder.setProductList(com.android.billingclient:billing@@7.0.0:9)
at com.revenuecat.purchases.google.BillingClientParamBuildersKt.buildQueryProductDetailsParams(billingClientParamBuilders.kt:36)
at com.revenuecat.purchases.google.usecase.QueryProductDetailsUseCase$executeAsync$1.invoke(QueryProductDetailsUseCase.kt:54)
at com.revenuecat.purchases.google.usecase.QueryProductDetailsUseCase$executeAsync$1.invoke(QueryProductDetailsUseCase.kt:52)
at com.revenuecat.purchases.google.BillingWrapper.withConnectedClient(BillingWrapper.kt:769)
at com.revenuecat.purchases.google.BillingWrapper.access$queryPurchaseType(BillingWrapper.kt:79)
at com.revenuecat.purchases.google.BillingWrapper.access$withConnectedClient(BillingWrapper.kt:79)
at com.revenuecat.purchases.google.BillingWrapper$queryProductDetailsAsync$useCase$1.invoke(BillingWrapper.kt:221)
at com.revenuecat.purchases.google.BillingWrapper$queryProductDetailsAsync$useCase$1.invoke(BillingWrapper.kt:221)
at com.revenuecat.purchases.google.usecase.QueryProductDetailsUseCase.executeAsync(QueryProductDetailsUseCase.kt:52)
at com.revenuecat.purchases.google.usecase.BillingClientUseCase$run$1.invoke(BillingClientUseCase.kt:51)
at com.revenuecat.purchases.google.usecase.BillingClientUseCase$run$1.invoke(BillingClientUseCase.kt:49)
at com.revenuecat.purchases.google.BillingWrapper.executePendingRequests$lambda$3$lambda$2$lambda$0(BillingWrapper.kt:132)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7741)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:966)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is. The more detail you can provide the faster our team will be able to triage and resolve the issue. Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
We noticed a crash in production happening to few users on this specific device only (so far), running Android 11: AMD Stoney Ridge Chromebook.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: