I've looked at the two frameworks and started working with Restkit, but I'm having trouble getting things working correctly and I've found it to be pretty complex. Making it worse, most info I find online is outdated, even it's documentation, so now I'm wondering if I should use AFIncrementalStore instead.
Can anybody give me reasons why I would use one over the other? From the project descriptions they seem to do the same thing, or am I mistaken?
I have a Rails API setup that I'll be communicating with in my app, and I need to be able to GET, POST, etc models+data (represented as core data classes in my app).