Below is the block diagram to Push Notification in Windows Phone 7. There are three types of Push notification
- Live Tiles
- Toast Notification
- Raw Data
Above diagram is very much self-explanative. There are five steps to perform push notification
- Application open a HTTP channel with Microsoft Push Notification Service
- Microsoft Push Notification Service returns a unique URI to application
- Application sends this URI to custom service usually hosted in Azure
- Custom service sends data to send as notification and unique Http Channel URI of application to Microsoft push notification service
- Microsoft push notification service identifies application with unique URI and send the notification.
I hope this post is useful. Thanks for reading
If you find my posts useful you may like to follow me on twitter http://twitter.com/debug_mode or may like Facebook page of my blog http://www.facebook.com/DebugMode.Net If you want to see post on a particular topic please do write on FB page or tweet me about that, I would love to help you.
Follow @debug_mode
Leave a Reply