NullPointerException in billingclient.api

Hi,

when I upload my App to the PlayStore and test InApp Purchases, my app crashes, once a purchase succeeds. When productPurchaseFinished() comes back without success everything is fine, but once I confirmed a purchase and productPurchaseFinished() gets a call with success == true it crashes. I attached the StackTrace from Bug Report as screenshot. I’m not doing anything in the productPurchaseFinished callback.

Any ideas?

Thanks for the report. Can you see if this commit fixes the issue?

1 Like

Seems to have done the trick! No crash anymore on successful purchase. Thanks for the prompt response!

1 Like