E
E
en_refresh2013-12-28 16:29:44
iOS
en_refresh, 2013-12-28 16:29:44

What is the best way to organize the synchronization of an ios application with a site through get and post requests and xml files?

There is a website and an ios application. The site has a hierarchy of categories and objects that can belong to one category or another. What is the best way to organize the synchronization of an ios application with a site through get and post requests and xml files? How to correctly handle cases where the category hierarchy has changed?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pkorobeinikov, 2013-12-29
@pkorobeinikov

Look towards the REST protocol.
To send requests and receive data from an iOS application, I recommend starting with AFNetworking.
RestKit may seem daunting at first, stop at AFNetworking and then try RestKit.
AFIncrementalStore can also be useful.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question