In my WP8 application I need to download some json data every 5 minutes. But in MSDN it\'s written that periodic tasks are run every 30 minutes.
Are there any wor
You can use push Notification, or rawnotification dependent on how much data is needed to be send. And when the app is in foreground you can accomplish what you want with a timer? But using background tasks is not possible.
Toast Notifications
Server Side