java-wns icon indicating copy to clipboard operation
java-wns copied to clipboard

Java Service Provider to send push notifications to Windows 8/10 devices through WNS

Results 12 java-wns issues
Sort by recently updated
recently updated
newest added

Is there a way to set the timeouts for WNS connections? As it seems Jersey's default is 0 which means indefinite.

Hi, Based on microsoft documentation on [WNS Priorities](https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/wns-notification-priorities), cloud services can send priority notifications to an app by setting a `X-WNS-Priority` header in the notification. Can you please add support...

Hi, Unfortunelty library is creating ssl javax.net.ssl.SSLHandshakeException exceptions and I ve got know control about tomcat keychain. :-( Do you have a property do disable ssl certificate verification in your...

Thanks for your code I use it in my j2ee application in Wildfly 10 I did few changes the most important is close the response after using it ( otherwise...

Getting below error while sending WNS Tile or Toast even after installing libraries with dependencies. Exception : com.fasterxml.jackson.databind.JsonMappingException: (was java.lang.NullPointerException) (through reference chain: ar.com.fernandospr.wns.model.WnsTile["visual"]->ar.com.fernandospr.wns.model.WnsVisual["binding"]->ar.com.fernandospr.wns.model.WnsBinding["text"]->java.util.ArrayList[0]->ar.com.fernandospr.wns.model.WnsText["id"]) javax.ws.rs.ProcessingException: com.fasterxml.jackson.databind.JsonMappingException: (was java.lang.NullPointerException) (through reference...

Hi, do you plan to release function allity for supporting ToastGeneric? It seems like a good way to make the library even better! here is the pertinent documentation: https://msdn.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-adaptive-interactive-toasts

Is there any plan on supporting the new templates from the anniversary update ? If no I don't mind helping with a bit of help on the project structure itself.

I've made some changes to make the JAX RS client configurable; I've also moved the dependencies on Jersey to a separate class 'WnsJerseyClientFactory'. I believe that makes the Jersey dependency...

We've been using wns lib for quite a time and everything was fine until we needed proxy server. Simply passing proxy setting to the service constructor causes 500 error to...