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

后端 未结 5 2067

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 14:51

    Do you have to use SOAP? I can understand that for legacy reasons and/or if the iPhone is not the only client to an existing Web Service provider, you may have to use SOAP-based Web Services however we have apps that communicate with various services (server-side components) using our own XML schemas. In this, we use the standard NSXMLParser.

提交回复
热议问题