Inside Windows Phone #04: Using Push Notification - Part 2
- Posted: Sep 10, 2010 at 2:20 PM
- 33,079 Views
- 4 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
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 Messages even when applications aren't running.
Join Jorge Raastroem, Program Manager in the Windows Phone Application Platform team, and Yochay Kiriaty, Senior Technical Evangelist, as they describe what push notifications are and how they work with Windows Phone Push Notification Service.
This is the second video on this topic, including highlights to the updates made to Windows Phone Push Notification Services since the Beta tools release. You can find the first video here: Windows Phone Push Notification. Additionally, you can read Understanding Microsoft Push Notifications for Windows Phones and Understanding How Microsoft Push Notification Works – Part 2.
Relevant links:
Windows Phone Developer site
Windows Phone Training Kit
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Hey Now,
Another Great Show!
Thx 4 the info,
Catto
Thanks for the report. I will file a bug.
C
Is anyone else getting an error from the Push Server: "The remote server returned an error: (404) Not Found."
The output chanel resolves to http://sn1.notify.live.net/throttledthirdparty/01.00/AAGS7iHQsR76QLd__UiLE5EZAgAAAAADAQAAAAQUZm52OjIzOEQ2NDJDRkI5MEVFMEQ and the RAW Http Message works but Toast and Tiles fail accordingly.
Did you remember to bind the channel for both toast and tile? It should look something like:
httpChannel.BindToShellToast();
httpChannel.BindToShellTile();
Remove this comment
Remove this thread
close