libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
225 stars 83 forks source link

Crashes on Android, because of global, possibly null objects used #117

Closed keesvandieren closed 7 years ago

keesvandieren commented 7 years ago

The V3GoogleInAppBillingService has some static references to Gdx.app.

This caused some crashes, as those methods are sometimes called while the app is disposing, and Gdx.app is null