pushy
pushy copied to clipboard
A Java library for sending APNs (iOS/macOS/Safari) push notifications
Hi, I have imported the following jars and used the reference code. When executing the java service i am getting error. java.lang.reflect.InvocationTargetException: io/netty/handler/ssl/CipherSuiteFilter. can anyone help with resolution. thanks -...
Sounds like there's some new stuff in iOS 18: https://developer.apple.com/videos/play/wwdc2024/10069/ I haven't yet watched the video, but will update this issue when I better understand the scope of the feature...
As discussed in #1111, it looks like there's a [new alert format](https://developer.apple.com/documentation/activitykit/starting-and-updating-live-activities-with-activitykit-push-notifications#Construct-the-payload-that-starts-a-Live-Activity) we should support.
We noticed this issue in locally also but we are able to fix it using jvm argument as below -Djava.net.preferIPv4Stack=true But when we deploy this service to our environment where...
This is (for now!) a work-in-progress draft of support for broadcast push notifications. It turns out it's a pretty big project that involves building a client for an entirely new...
As part of the effort to introduce support for broadcast push notifications (see #1081), this pull request introduces support for the APNs broadcast channel management API. This allows callers to...