GCM Push notification is not received to one device alone. It is working fine with other mobile devices. GCM token is registered and it is active. But the notification is pushed but not received. The device model which is not receiving is Moto G4. To other users who uses this device model are receiving the notification. Please help in finding the issue. I tried re-installing the application and also cleared the cache. But no solution found.
2
votes
do you having issue only on moto g 4 devices ? and why not use FCM instead?
- akshay_shahane
reset your device and install that app and test......
- PCGALI ANDROID
Do you have a Google account on that device and updated Google Play Services package?
- Eugen Pechanec
@akshay_shahane : Not on all moto g4 devices. Only on this single device.
- Mayha
@PCGALIANDROID : I tried re-installing the app. But its not working!
- Mayha
1 Answers
0
votes
- First confirm once if there is no error message returned from GCM server. Check if the notification priority is 'high' in gcm/fcm send api
- Try the code ##426## to check the hear beat status of your google play services.
- Check if there are any device specific settings like 'Disabling autostart option'[in MIUI devices], 'no notification in locked state'[in oppo devices] or any security apps the kills your app if the app is in background.