java-apns
java-apns copied to clipboard
Java Apple Push Notification Service Provider
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.1.4 to 2.12.6.1. Commits See full diff in compare view [](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...
[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...
I am getting java.net.SocketException: Connection closed by remote host from notnoop API sending push notification. Can anyone please help me in finding out possible reasons for this issue. 1. My...
Push notifications are not working once we update our iphones to iOS version 13. looks like some changes are required in order to support version 13. https://onesignal.com/blog/ios-13-introduces-4-breaking-changes-to-notifications/ What changes do...
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
My application needs to push notifications to ios devices. I used Notoop java-apns 0.2.2 as java client for pushing notification. I frequently get these errors in my log logged by...
My target revision is 180a190. I try to build this revision by Maven 3.6.3 and JDK1.8.0_191 / JDK1.7.0_80 / JDK8u252-b09 / JDK7u272-b10, The build can pass the compile stage normally,...
I would like to be able to send low-priority _silent_ push notifications that contain only `content-available=1` and no badge, sound or alert (https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html). In order to do this the `priority`...
Hi , I am reciving this message Message "com.notnoop.apns.EnhancedApnsNotification@ae4edeb5" sent but message is not bieng sent to the mobile phone.
Will java-apns support the new APNS service via HTTP/2? It is now available since a few days.