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
- your app requests push notification uri push client service.
- the push client service negotiates microsoft push notification service (mpns), , mpns returns notification uri push client service.
- the push client service returns notification uri app.
- your app can send notification uri cloud service.
- when cloud service has info send app, uses notification uri send push notification mpns.
- mpns routes push notification app.
see this msdn page understand tile notification in detail.
Comments
Post a Comment