cloud notifications

About this tag
Cloud notifications on Windows Phone enable apps to receive push messages even when not running, using the Windows Push Notification Service. This tag covers how push notifications work, including updates to the service, allowing third-party apps to receive updates without background execution. Topics include notification types, service architecture, and implementation for Windows Phone developers.
  1. News

    Windows 7 Inside Windows Phone #04: Using Push Notification - Part 2

    Since Windows Phone doesn’t allow 3rd party applications to run in the background, your code can’t listen to or poll the Web for updates. However, Windows Push Notification Service overcomes this communication issue, making it possible for Windows Phone devices to receive Push Notification...
Back
Top