I have a application that has a mobile client and a Windows 8 client. I want to implement push notification service between two app.
I found that windows 8 use WNS (windows Notification Service) and windows Phone 8 use MPNS (Microsoft Push Notification Service) for push notification service and they are two different server.
Is there any way to use WNS from windows Phone 8?
Or any way to achieve this?
any advice or any tutorial are welcome.
Thanks.