Unable to receive notification if app is closed using react-push notification

Using response-native-push-notification ref

I send a message to GCM using the nodejs node-android module, my message is successfully sent to the GCM server, but the notification does not appear in the receiver for $ {applicationId} I replace my GCM package (com.test) if the application is in an open state, I can receive notifications.

+4
source share

Source: https://habr.com/ru/post/1233560/


All Articles