Hello.
I’ve made a native build and implemented a firebase notifications.
But app can’t receive a notifications. I can’t even send test notification via google firebase console.
Console log:
When i’m sending a push - then console prints me this messages
E/EnhancedIntentService: binding to the service failed
...
W/EnhancedIntentService: Service took too long to process intent: com.google.android.c2dm.intent.RECEIVE App may get closed.
V/FA: Inactivity, disconnecting from the service
W/EnhancedIntentService: Service took too long to process intent: com.google.android.c2dm.intent.RECEIVE App may get closed.
What i can do to resolve this problem? Thank’s in advance