NativeScript / push-plugin

Contains the source code for the Push Plugin.
Apache License 2.0
123 stars 48 forks source link

Android - Background Notifications after Force Closed/Restart #207

Closed vtjon closed 6 years ago

vtjon commented 6 years ago

I know there are several closed issues related to this but I'm not exactly sure what's going on. On Android, I have notifications working, both foreground and background. If my app is force closed, I don't get the notifications. If I watch Logcat, I see "New Push Message" from the PushPlugin but it says "No callback function - caching the data for later retrieval". How do I set the callback in this scenario?

vtjon commented 6 years ago

I think this is actually related to the chat plugin that I am using and regular Firebase messages work.