Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does amazon SNS support window desktop notification?

Does Amazon SNS support notifications for windows desktop?

I am quite new to push notification services. I want to enable push notifications in my project. I was searching for and I read that Amazon SNS can send push notifications to Windows Mobile and iOS mobiles. But I want to enable notification in my web app also.

like image 260
Shivam Pandey Avatar asked Oct 18 '22 12:10

Shivam Pandey


1 Answers

Yes, SNS supports Windows push via WNS http://docs.aws.amazon.com/sns/latest/dg/mobile-push-wns.html

It also supports Windows Phone.

like image 70
NHol Avatar answered Oct 21 '22 07:10

NHol