objective c - RestKit force CoreData save -


i have rkentitymapping identificationattributes. possible force save coredata during get, if nothing in data server has changed? want because have willsave: method in model class updates lastupdated timestamp. should updated if nothing has changed.

when response has been mapped restkit passes of mapped objects via success callbacks can iterate through objects , update them or call methods on context.


Comments