Domanda

Is there a way to implement a push service for Windows Phone on premise or is the Azure service the only option to implement push notifications for Windows Phone?

È stato utile?

Soluzione

You can create your own service (WebAPI or WCF) for receiving the Push Notification URLS (those urls look like http://something.notify.live.net/thirdparty/uniqueId) and are provided by the Push Notification Capability which you need to enable in your WPManifest.

Once you want to send the push notification, send the XML template to the collection of urls.

More information can be found at MSDN

Jeff Blankenburg can also help you out with a working demo which you can download.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top