سؤال

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?

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top