Closed goman64 closed 3 years ago
Calling consumePurchaseAsync() triggers onBillingError with errorCode = 110 and the following message:
consumePurchaseAsync()
onBillingError
errorCode = 110
java.lang.RuntimeException: Can't create handler inside thread Thread[PlayBillingLibrary-4,5,main] that has not called Looper.prepare()
Calling it again works fine.
Issue was with another library that was calling a thread in the background instead of the UI.
Calling
consumePurchaseAsync()
triggersonBillingError
witherrorCode = 110
and the following message:java.lang.RuntimeException: Can't create handler inside thread Thread[PlayBillingLibrary-4,5,main] that has not called Looper.prepare()
Calling it again works fine.