I would like to call a function after every half an hour in background.
Description : I have called a function in
- (void)applicationDidEnterBackground:(UIApplication *)application method. I need to repeat that function after every half an hour.Kindly help me to do this. Let me know if you need any details.
you can’t run any
functionwhen your app is inbackgrounduntil your app supports these –for more details what you can do in background and how, visit –
http://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/ManagingYourApplicationsFlow/ManagingYourApplicationsFlow.html