c# - Phone 7 (Mango) background URL polling? -


whats recommended way poll url every 5min (in background) on phone 7 (mango) device ?

are periodic agents limited 30min polling ? should looking push notifications ?

any pointers/hints appreciated.

thanks

yop should looking push notification (it's lot more complicated periodic agent...)

but periodic agent set 30 mins (and 25sec of code execution think) , there nothing can it. note user can decide deactivate periodic agent in options.

but pushing notifications every 5 minutes on phone might not idea anyway... it's gonna drain battery quickly!

what trying accomplish?


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -