javapns-jdk16
javapns-jdk16 copied to clipboard
Apple Push Notification Service Provider for Java
I'm having trouble sending notifications. I use your library in the Web application. The problem is that I'm forced to wait for the time until the notification goes. In the...
what can i push image for iOS 10
I've fixed the memory leak as discussed on https://code.google.com/p/javapns/issues/detail?id=120 Also I've added OSGi support to the build. This makes it easier for the build to import into the bndtools environment...
Hi , Thanks a lot, Any plan to add support for Token Based Authentication in future?
They cause issues with j2ee jars in gradle. +--- com.github.fernandospr:javapns-jdk16:2.4.0 | \--- log4j:log4j:1.2.12 -> 1.2.15 | +--- javax.mail:mail:1.4 | | \--- javax.activation:activation:1.1 | +--- javax.jms:jms:1.1 | +--- com.sun.jdmk:jmxtools:1.2.1 | \---...
- When sent messages by QUEUE Mode, can not stop NotificationThread by NotificationThreads.interrupt method. As a result, PushedNotifications results remain and eventually cause memory leak. - Changed able to change...
While sending same message to group of devices, in particular scenario few devices got multiple Notifications. Assume that using following method, the application send same payload to 100 devices. ```...
Hello, with the introduction of iOS 9 the payload size for push messages has been increased to 4K. According to the official [Apple documentation](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/APNsProviderAPI.html#//apple_ref/doc/uid/TP40008194-CH101-SW1): "The body content of your message...
Hi, I need to use javaapns loop to push the message,The first message is a success。Later there will be a mistake。What should I do to avoid these? look my code:...
This harmful implementation gives OOB exception on short token like `simulator` generated by iOS IDE ` public String toString() { StringBuilder msg = new StringBuilder(); msg.append("[" + this.identifier + "]");...