Anyone know the latest preferred method for deleting objects from core data and a successful DELETE to the server via RestKit?
Specifically talking about the Development Branch 0.20
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Per Blake (Author of RestKit):
http://restkit.org/api/0.20.0-dev/Classes/RKManagedObjectRequestOperation.html
Basically you setup code for handling of orphaned objects (objects that exist locally, but don’t come back when checked for on the server).