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
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.