You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2019. It is now read-only.
I'm using this push-plugin in my app(Android, NativeScript) for receiving push notifications.When ever one push notification came, I need to save the contents of that notification into database.
For that I have written code in onMessageReceived function.If app is running then onMessageReceived function is executing.But if app is not running then notification is coming, onMessageReceived function is not executing.Any suggestions??