SOAP, REST or just XML for Objective-C/iPhone vs. server solution

前端 未结 6 799
既然无缘
既然无缘 2020-12-21 04:50

We are going to set up a solution where the iPhone is requesting data from the server. We have the option to decide what kind of solution to put in place and we are not sure

6条回答
  •  温柔的废话
    2020-12-21 05:30

    XML Property-lists (plist) are also a common way to serialize data in Cocoa. It is also trivial to generate from other languages and some good libraries exist out there.

提交回复
热议问题