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

后端 未结 5 1992

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:03

    There is no explicit support for webservices but you can still 'roll your own' using the NSURLconnection and NSXMLParser classes.

    Its not exceptionally difficult to use these technologies but it can be time consuming writing the code for every web-service you want to access.

提交回复
热议问题