Gcm Notifies Not Reaching Device Having Google Play Service 6.5.99
Used Master commonsguy GCM client code and trying GCM notifies. Works well if i upgrade to latest GPS apk i.e 8.1.15. Device has inbuild GPS apk version 6599000(6.5.99) and devic
Solution 1:
GCM needs some requirments to work properly. in your case I think you are using GCMNetworkMAnager
which needs Google Play Services version 7.5.0+ installed on the device.
So, you could use AlarmManager
instead, since that's been around since android 1.0
Post a Comment for "Gcm Notifies Not Reaching Device Having Google Play Service 6.5.99"