views:

25

answers:

1

How is the msn messenger app developed? What I want to know is how does the app gets ti know that a new message is received, even while running in the background. Please refer any code snippets or tutorial. Many thanks in advance.

+3  A: 

Probably with push notification.
See Local and Push Notification Programming Guide

Benoît