by matttthompson on 11/19/12, 5:59 PM with 27 comments
by pooriaazimi on 11/19/12, 8:17 PM
For example I don't know how it can handle the following (kinda conventional for a web app) situation: Multiple users, some are admins and some are regular users, with some shared "data" (like, an item for sale) between the two. Moderators can add/remove/edit items and edit/remove users, users can browse/buy items, etc. - I think if you're building an app like this, you really have to roll your own CRUDful server (with ruby or whatever)...
Oh, and BTW, RestKit[1] is probably much more mature and feature-rich than AFIncrementalStore.
[1]: http://restkit.org
by iwaffles on 11/19/12, 7:35 PM
Is there any security to this or is it just good for prototyping? What's to stop me from requesting user accounts with passwords?
by conradev on 11/19/12, 7:52 PM
> This is still in early stages of development, so proceed with caution when using this in a production application. > Any bug reports, feature requests, or general feedback at this point would be greatly appreciated.
While it is a great library already, and built up from solid core frameworks, it has its share of bugs and rough edges!
by pierrebouchet on 11/19/12, 6:26 PM
by magicarp on 11/19/12, 6:21 PM
by holgersindbaek on 11/19/12, 6:25 PM
What would you do if you wanted to create a web-app version of your mobile app as well?
Would you hook it up to the api that is generated?
by mmanfrin on 11/20/12, 4:53 AM
by shaaaaawn on 11/19/12, 6:45 PM
lumawake.us