c# - WebSocket fired notifications -


is possible fire windows phone notification or change live tile websocket event?

i want eg. change live tile content remotely server. app should have such connection , should work without running app.

can me this?

yes, possible using push notification windows phone .

below steps

  1. your app requests push notification uri push client service.
  2. the push client service negotiates microsoft push notification service (mpns), , mpns returns notification uri push client service.
  3. the push client service returns notification uri app.
  4. your app can send notification uri cloud service.
  5. when cloud service has info send app, uses notification uri send push notification mpns.
  6. mpns routes push notification app.

see this msdn page understand tile notification in detail.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -