java-mpns
java-mpns copied to clipboard
Java Library for the Microsoft Push Notification service
Hi, I discover that this project hasn't received update for three years. It still working also for Windows Phone 8.1? Thanks.
hi @notnoop any way to get this library to maven central? If there is interest, I am happy to help on that
For windows 8 iconic tile notification
Changed `r.getNotificationStatus()` to `r.getDeviceConnectionStatus()` in the third check of the `logicalResponseFor` method.
In file / src / main / java / com / notnoop / mpns / internal / Utilities.java Line 117, I think the statement 'r.getNotificationStatus()' should be 'r.getDeviceConnectionStatus(): ``` if...