java.lang.NullPointerException:
at com.pusher.android.notifications.gcm.GCMRegistrationIntentService.onHandleIntent(GCMRegistrationIntentService.java:29)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:158)
at android.os.HandlerThread.run(HandlerThread.java:61)
Hi there, I checked google play console logs and I see this exception, you need to handle null intent.
https://stackoverflow.com/questions/37960917/android-intentservice-triggered-with-null-intent https://stackoverflow.com/questions/22309582/intentservices-onhandleintentintent-gets-null-argument
java.lang.NullPointerException: at com.pusher.android.notifications.gcm.GCMRegistrationIntentService.onHandleIntent(GCMRegistrationIntentService.java:29) at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:158) at android.os.HandlerThread.run(HandlerThread.java:61)