Hi,
Currently we support windows notifications using WNS, this protocol is only supported for
windows 8.1 and currently there is a nice community supported library that we use. This is
great, but Cordova applications are based on windows 8.0 the protocol (MPNS) is similar
but different. There isn’t a supported library so that leaves us with 4 options:
1. Create our own library to support MPNS
2. Support the latest version of this library
https://github.com/notnoop/java-mpns
3. Wait for Cordova to support windows 8.1
4. Don’t support Cordova windows
What do you like best?
Cheers,
Erik Jan