Hi everyone , i am developping a windows store app with html/js , so my application is a small game and i would like that player 1 can send invitation to player 2 connected with the same app .so the push notif appears in the device of
player2 and can choose accept or decline .
I want to know if it's possible with winjs (like C# ) or not?
I am really affraid if there is no a way to achieve that goal.
Any help will be well appreciated
Please any suggestion .
Yes, you can use Push Notifications in JavaScript, similar to C#. There's a lot of information on MSDN that explains how it works and how to use it. Just select the "JavaScript and HTML" as your language in the top right of the pages:
http://msdn.microsoft.com/en-us/library/windows/apps/hh465460.aspx.
Yes, you can use Push Notifications in JavaScript, similar to C#. There's a lot of information on MSDN that explains how it works and how to use it. Just select the "JavaScript and HTML" as your language in the top right of the pages:
http://msdn.microsoft.com/en-us/library/windows/apps/hh465460.aspx.
Thinks a lot for this documentation , but it's not free to expose my service from Windows Azure, no? it is a payement operation must be done with credit card; i m not sure. itis true?