fernandospr / java-wns

Java Service Provider to send push notifications to Windows 8/10 devices through WNS
BSD 3-Clause "New" or "Revised" License
28 stars 21 forks source link

Supported for UWP-Apps (Universelle Windows-Plattform) #11

Closed UltimateFighter closed 8 years ago

UltimateFighter commented 8 years ago

Is this only for Windows 8.x or Windows Phone 8.x or it is also supported for UWP-Apps (Universelle Windows-Plattform) and Windows 10?

fernandospr commented 8 years ago

Hi, this is not for Windows Phone. Check java-mpns.

charpin commented 8 years ago

I'm curious about your answer. I'm used your library and it work like a charm on Windows Phone 8.1. My app is deploy as Windows Phone Universel and I have no problem to send and receive notifications windows.

About Windows 10, I don't know yet. It will be interesting to make a test. I think it can be work because Microsoft advice to use WNS platform for all windows device where the minimum target version is 8.1.

It's not recommanded to use Java-MPNS because it's affect only the Windows Phone 8.0 and Windows Phone 8.1 Silverlight (this one use also WNS).

fernandospr commented 8 years ago

Hi, if your app uses WNS then this library will work ok. However if your app uses MPNS, then this library won't work.

nirav9261 commented 7 years ago

@charpin Hello, I am trying to get this java-wns API working for windows phone push notifications but facing issues with JSON object mapper. Have opened an issue here with code and error trace : https://github.com/fernandospr/java-wns/issues/22

Can you please help me out here. Thanks, Nirav