I have an app that has a local database and i wish to call a function when the app is called from background(i.e. when i recall it from the ‘task manager’) so that i may update my database from a web service. What is the method called and can i get it to execute in my app’s delegate?
Share
Check
applicationWillEnterForeground:andapplicationDidBecomeActivemethods in UIApplicationDelegate.