oney / react-native-gcm-android

GCM for React Native Android
MIT License
172 stars 76 forks source link

Notification not receiving from server but GCM response in success?? #48

Closed blazeprasanna closed 8 years ago

blazeprasanna commented 8 years ago

Am not getting notification from server.

samcarlosimpres commented 8 years ago

Open android/app/src/main/AndroidManifest.xml, change com.oney.gcm.RNGcmListenerService to io.neson.react.notification.GCMNotificationListenerService.

blazeprasanna commented 8 years ago

@samcarlosimpres thanks for the reply.I solved the problem... Notification not received because of device .I changed the device and got notification.