push-plugin
push-plugin copied to clipboard
Contains the source code for the Push Plugin.
I'm receiving this exception when receive a push notification. This is from the emulator (API 23) but the app also experience the same on a device: ``` 02-18 06:02:02.045: W/ContentTaskController(2015):...
Is there a way to put a notification on tray when `onMessageReceived` callback is invoked?
Hey, I'm thinking this is a bug, but I'm not truly sure since this is my first time dabbling with push notifications. On Android, while in the foreground, I get...
Hi, iOS app crashes: - if I am currently interacting with the app (it is active) and notification comes in the meantime or - if notification is received and I...
I noticed that the type used in the FCM onMessageReceived callback has a typo : the interface should have been named FcmNotification instead of FcmNotificaion.
Currently the `onErrorCallback` is not used at all and the `settings` are used only to get `senderID`. Settings should cached [like it is done for iOS](https://github.com/NativeScript/push-plugin/blob/master/push-plugin.ios.js#L22) and then unregister should...