I want to call a method in a regular time interval when the app is running in the background(minimize).
like i want to call web service daily….and want to show the result of this webService in the localNotification message body.
How to do this Task ?
Please follow this guide, provided from Apple, to see how applications enter the background:
http://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/ManagingYourApplicationsFlow/ManagingYourApplicationsFlow.html
Look for the section called Background Execution and Multitasking: