To be clear... My objectives :-
1. Make a delete request to server (done), I get response but not sure whether its synced with core data DB or not. therefore, I need to know, how to delete a particular object from db using Restkit.
2. ManagedObjectContext confusion -- I am too confused with context and threads. I am using everywhere for all my operation this context. :- [RKObjectManager sharedManager].managedObjectStore.mainQueueManagedObjectContext] But I want to keep the processing on Bg thread and receive the result on main thread to update. Now there is some concept of child context. How to use it is a puzzle till now for me.
3. If I want to use multithreading, for making server request using Restkit and mapping. How to use managedobjectcontext. (I mean the right way of using it)