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

How to retrieve and handle the payload data from the app in background & foreground (APN Message)in ios.In Payload key reference i receive multiple items.How to i check and get...

question

I do not know if it proble with your plugon or with Firebase Service. But I try to send notification to all android devices which their language is English, but...

question
needs more info
os: android

Hi, when app is working in background mode each received notification is displayed separately. Is there any way to group them, update or remove old notifications from status bar?

question

I use in your plugin in android, and all work well. But on ios - I do not get notification. I try to send to specific device, but then firebase...

question

### Nativescript-Vue ### Which platform(s) does your issue occur on? Both iOS and Android iOS version(11.3) & Android version(7.0) iPhone 6 & Samsung ### Please, provide the following version numbers...

help wanted

In the [README.md](https://github.com/NativeScript/push-plugin/blob/master/README.md#typescript-1) and in the demo app, it first calls `pushPlugin.register()` then calls `pushPlugin.registerUserNotificationSettings()`. It seems like this is the reverse of the example in the [Configuring Remote Notification...

question

On the callback for `didRegisterForRemoteNotificationsWithDeviceToken` on `LINE 114` it removes the observer for that event. My concern is that in the Apple Documentation [Configuring Remote Notification Support](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html#//apple_ref/doc/uid/TP40008194-CH6-SW1) (in the _Obtaining...

feature
help wanted

Is it possible to handle notifications which have larger amounts of text in the body? It seems that all I get is one line for the notifications title and one...

feature

I registered the push id only once but the token will generate twice in ios device.

needs more info
os: ios

When a notification from tray is clicked the app launches but no data is received in the intent. I have tried receiving the data in app.ts and my first view...

question
needs more info