node-pushnotifications icon indicating copy to clipboard operation
node-pushnotifications copied to clipboard

Push notifications for GCM, APNS, MPNS, AMZ (automatic detection from device token)

Results 17 node-pushnotifications issues
Sort by recently updated
recently updated
newest added

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

### Current behavior: After sending a notification via APN, node will not exit due to open handles. ### Expected behavior: The process should exit normally after all tasks are complete....

Has anyone gotten `node-pushnotifications` working with `react-native-push-notification`? I try to get `node-pushnotification` to send a push notification to my app, which shows a push notification on ios, but then when...

Hi there I'm developing an app using Java I'm using your package and when I use these settings* everything works I even get silent push notifications in my Android devices...

Hi, I am experimenting with the image property for Android notifications. I would like to display an image that does not get enlarged, as is described here in the [Android...

question

First off, thanks for this great package! I have a question about best practices for sending out a notification to thousands or even hundreds of thousands of users (e.g. all...

question

Hey, we just updated from v.1.6.0 to 1.6.2 and found that our notifications on iOS were not working anymore (didn't get the locArgs correctly). We found that according to your...

``` const settings = { gcm: { id: globals.push_key, }, apn: { token: { key: globals.p8_name keyId: globals.keyId, teamId: globals.teamId, }, }, production: true }; ```

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies