push-plugin icon indicating copy to clipboard operation
push-plugin copied to clipboard

Contains the source code for the Push Plugin.

Results 36 push-plugin issues
Sort by recently updated
recently updated
newest added

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):...

feature
question

Is there a way to put a notification on tray when `onMessageReceived` callback is invoked?

question

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...

question

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...

feature
question

I noticed that the type used in the FCM onMessageReceived callback has a typo : the interface should have been named FcmNotification instead of FcmNotificaion.

feature

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...

feature