开发者

Need advice: Sending information from web Server to Windows Phone 7

开发者 https://www.devze.com 2023-03-23 23:59 出处:网络
In my app I have a news section, and I want to update the news on a website and then be updated on the phone. As I have not much information around this, I am asking what are my options in making a co

In my app I have a news section, and I want to update the news on a website and then be updated on the phone. As I have not much information around this, I am asking what are my options in making a communication开发者_开发知识库 path from the web server to the WP7? What are the types of tools I can use to make this?

Note: I am prefairing to use ASP.NET as I have experience with it. What else do I need also?

Thanks,


What you're looking for is Push Notifications. Your ASP.NET application can send a push notification to the phone (via Microsoft's service), and your phone application can react by going and getting the updated news.

There are some good tutorial links in the answers to this SO question: How to start with Windows Phone 7 Push Notification


Rather than push data from the website to the phone app you'll probably be much better off publishing the data on the wwebsite in a standard format (RSS?) and then having the app check for new news when it runs.

Not only will this be much simpler for you it will also mean that the news is always available to all users (assuming network connectivity) and not just those who have opted in to receiving notifications.

0

精彩评论

暂无评论...
验证码 换一张
取 消