i am developing server – client application. Data sync fro server and stored into local device and display.
Problem is when during the sync time i tap home button and again tap on application icon on springboard. now my application getting crashed. how continue last sync process when i tapped application icon on spring board.(when we press home button all process will stopped).
i am developing server – client application. Data sync fro server and stored into
Share
You should use above methods of UIApplicationDelegate. It will be called when your application changes its state. Store the necessary information at that time
applicationWillResignActiveand resume the operations inapplicationDidBecomeActivewhen application becomes active.