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
We cannot reproduce this, this crash is reported by Firebase.
[Optional] Additional Context
crash log:
Fatal Exception: java.lang.SecurityException: Not allowed to bind to service Intent { act=com.android.vending.billing.InAppBillingService.BIND pkg=com.android.vending cmp=com.android.vending/com.google.android.finsky.billing.iab.InAppBillingService (has extras) }
at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1838)
at android.app.ContextImpl.bindService(ContextImpl.java:1749)
at android.content.ContextWrapper.bindService(ContextWrapper.java:756)
at com.android.billingclient.api.BillingClientImpl.startConnection(com.android.billingclient:billing@@7.0.0:62)
at com.dooboolab.rniap.RNIapModule.initConnection(RNIapModule.kt:150)
at java.lang.reflect.Method.invoke(Method.java)
at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:371)
at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:150)
at com.facebook.react.bridge.queue.NativeRunnable.run(NativeRunnable.java)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:26)
at android.os.Looper.loop(Looper.java:223)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:225)
at java.lang.Thread.run(Thread.java:923)
The text was updated successfully, but these errors were encountered:
Description
Android app crashes
Expected Behavior
App shouldn't crash
Screenshots
Environment:
To Reproduce
Steps to reproduce the behavior:
We cannot reproduce this, this crash is reported by Firebase.
[Optional] Additional Context
crash log:
The text was updated successfully, but these errors were encountered: