j3k0 / cordova-plugin-purchase

In-App Purchase for Cordova on iOS, Android and Windows
https://purchase.cordova.fovea.cc
1.3k stars 537 forks source link

[ANDROID] Crash NullPointerException com.smartmobilesoftware.inappbilling.InAppBillingPlugin$1.onIabSetupFinished #622

Closed tominou closed 6 years ago

tominou commented 7 years ago

Hi, I am getting dozens of crashes reports each day on the Play console (Android vitals). It never happened on my phone but obviously it happen on many users one, many contacted us to complain about the app crashing all the time.

Cordova: 7.0.1 Cordova Android: 6.2.3 Android OS: 5, 6 and 7 Plugin Version: 6.1.2

java.lang.NullPointerException: at com.smartmobilesoftware.inappbilling.InAppBillingPlugin$1.onIabSetupFinished (InAppBillingPlugin.java:202) at com.smartmobilesoftware.util.IabHelper$1.onServiceConnected (IabHelper.java:291) at android.app.LoadedApk$ServiceDispatcher.doConnected (LoadedApk.java:1227) at android.app.LoadedApk$ServiceDispatcher$RunConnection.run (LoadedApk.java:1244) at android.os.Handler.handleCallback (Handler.java:739) at android.os.Handler.dispatchMessage (Handler.java:95) at android.os.Looper.loop (Looper.java:234) at android.app.ActivityThread.main (ActivityThread.java:5526) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:616)

Thank you in advance for looking into that issue ^^

11PlayApp commented 6 years ago

Hi, I have the same issue, anyone knows how to fix this ? Thanks.

InfinconAG commented 6 years ago

I have the same issue - seems to me to be a missing return in InAppBillingPlugin.java:192

sengoontoh commented 6 years ago

Me too. Does anyone have a solution for this?

lone-cloud commented 6 years ago

Same issue here

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

charlesverge commented 6 years ago

Fixed in #713