What is the best way of connecting to a remote server/database to retrieve data from the IPhone

后端 未结 5 2074

I am currently writing an app which will need to access a remote server/database to read/write values. What is the best technology to use? I\'ve heard that there is no suppo

5条回答
  •  不要未来只要你来
    2021-01-15 15:01

    It's not true that there's no support for XML Webservices, so a webservice is definitely the easiest way to do this.

    Obj-c's XML parsing stuff is quite hardcore, so hit this link for a couple of neat libxml2 wrappers:

    http://cocoawithlove.com/2008/10/using-libxml2-for-parsing-and-xpath.html

提交回复
热议问题