-
Notifications
You must be signed in to change notification settings - Fork 511
Play Services GcmTaskService schedule crashes sometimes #86
Comments
I have the same problem. It works correctly on all my devices, but sometimes user report this issue.
|
I run to the same problem exactly, and also checked that GoogleApiAvailability is available. |
Any update on this? I've got the same exception on production lately. |
Which version of the Googl play services are you using?
|
I was using 9.0.0. I've updated to 9.2.1 just now, will see if this happens on this version as well. |
I was getting the same crash with Is anyone able to reproduce this issue? I have raised an issue for the same. Could you guys bump it up just in case. |
Having the same problem here, using play services 8.4.0. |
updating to version 9.2.1 did not resolve this issue. |
Any update on this issue? Still getting this in version 10.2.1
|
It seems i'm suffering from this as well occasionally, any updates? |
Another one here ☝️ |
I have crashes too in version 10.2.1 |
Hi everybody, |
I have crashes too |
Also there is a crash, who ever fixed? |
There is another similar bug (problem to find the service in the manifest) mentioned here: https://issuetracker.google.com/issues/37113668 |
I have the same bug in 12.0.0 |
I am seeing a few crashes using GcmTaskService.
The error message show:
"There is no GcmTaskService component registered within this package. Have you extended GcmTaskService correctly?"
You can find the stacktrace, devices impacted and Android version here:
http://crashes.to/s/8f4a3a13a0c
Please find below more details on my setup:
Google Play services:
'com.google.android.gms:play-services-gcm:7.5.0'
AndroidManifest:
Schedule code:
And my Java class which obviously extends GcmTaskService
The text was updated successfully, but these errors were encountered: