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).
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
You should use above methods of UIApplicationDelegate. It will be called when your application changes its state. Store the necessary information at that time |
|||
|
|