Closed VoodooGames closed 9 years ago
Hi, Is the application completely crashing at these reports or is it just reported in the logs?
Some users reported a crash, others said the app wall still running but buggy, so i don't really have clear answer to give.
Thanks for your help
Any updates?
Still nothing?
Sorry for the delay,
We're looking into it. We've got a couple of updates for the InAppBilling extension that are in testing at the moment so I'm going to put this one out with that update.
Great ! Thanks for your help, looking forward to the next update :)
Hi,
Do we have an ETA for the next release?
Thanks
Hi,
I'm having the same issue as well, crash logs in google play are as follows:
java.lang.NullPointerException at com.distriqt.extension.inappbilling.util.IabHelper.queryPurchases(IabHelper.java:860) at com.distriqt.extension.inappbilling.util.IabHelper.queryInventory(IabHelper.java:544) at com.distriqt.extension.inappbilling.util.IabHelper.queryInventory(IabHelper.java:522) at com.distriqt.extension.inappbilling.util.IabHelper$2.run(IabHelper.java:617) at java.lang.Thread.run(Thread.java:856)
Thanks, Graeme.
@marchbold
Michael, it is more than a month since you wrote that you are looking... Any news so far?
I do apologise, we are swamped with iOS 8 updates at the moment. I am working on this issue and hope to have an update very soon.
Hi,
Many of our Android users have reported a crash caused by in-app purchases.
I had a look at Flurry crash reports and saw these two crash report stack trace :
and
Do you have any idea of the origin of this bug?
Something that may be related :
We've had another issue a few month ago : https://github.com/distriqt/airnativeextensions/issues/74 We fixed it by NEVER calling InAppBilling.service.dispose().
Maybe if you wait for a few minutes without calling InAppBilling.service.setup again, a network service is lost, causing the NullPointerException? Just a guess.
Thanks for your help.